diff options
author | Matthew Waters <matthew@centricular.com> | 2019-09-26 10:52:28 +1000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-10-31 18:32:47 +0530 |
commit | 8cb00409f70fe0294c9570d38b496c7791643f08 (patch) | |
tree | 8dcc864dcfe3d3687f880546a9c8663d87a2df12 /recipes-toolchain | |
parent | 5de73e40cdcb4bea6f99add3c92d091dd1cb22b0 (diff) |
convert install command to async
Diffstat (limited to 'recipes-toolchain')
-rw-r--r-- | recipes-toolchain/winpthreads.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-toolchain/winpthreads.recipe b/recipes-toolchain/winpthreads.recipe index 885f502a..3610bc80 100644 --- a/recipes-toolchain/winpthreads.recipe +++ b/recipes-toolchain/winpthreads.recipe @@ -82,6 +82,7 @@ class Recipe(recipe.Recipe): shell.call(self.make, self.build_dir_32) shell.call(self.make, self.build_dir_64) + @modify_environment def install(self): src_winpthread_dll = "%s/usr/%s/bin/libwinpthread-1.dll" % \ (self.sysroot, self.host) |