summaryrefslogtreecommitdiff
path: root/recipes/winpthreads-runtime.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/winpthreads-runtime.recipe')
-rw-r--r--recipes/winpthreads-runtime.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/winpthreads-runtime.recipe b/recipes/winpthreads-runtime.recipe
index d34b5f36..8c36498d 100644
--- a/recipes/winpthreads-runtime.recipe
+++ b/recipes/winpthreads-runtime.recipe
@@ -12,7 +12,7 @@ class Recipe(recipe.Recipe):
files_libs = ['libwinpthread']
- def install(self):
+ async def install(self):
if self.config.platform == Platform.WINDOWS:
binmingw = 'bin'
else: