diff options
Diffstat (limited to 'recipes/mingw-runtime.recipe')
-rw-r--r-- | recipes/mingw-runtime.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mingw-runtime.recipe b/recipes/mingw-runtime.recipe index 160c77c8..23836b21 100644 --- a/recipes/mingw-runtime.recipe +++ b/recipes/mingw-runtime.recipe @@ -37,7 +37,7 @@ class Recipe(recipe.Recipe): self.files_libs.append(self._ehlib) - def install(self): + async def install(self): hostroot = os.path.join(self.config.toolchain_prefix, 'x86_64-w64-mingw32') sysroot = os.path.join(hostroot, 'sysroot', 'usr', 'x86_64-w64-mingw32') # Copy libstdc++ to the prefix and update the .la files with the |