summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-27 14:01:45 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-27 14:01:45 +0200
commitaf49526999b24b399f30b2e967c4a98562887fb3 (patch)
tree80b2094040278443a3a1355b6a1a2bceb0a55bc2 /recipes
parentf3c97cb7fcaa5eb5d5eb176366cfe166e682a6d2 (diff)
mingw-runtime: copy winpthread dll
Diffstat (limited to 'recipes')
-rw-r--r--recipes/mingw-runtime.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mingw-runtime.recipe b/recipes/mingw-runtime.recipe
index cdecaed..fe38ef9 100644
--- a/recipes/mingw-runtime.recipe
+++ b/recipes/mingw-runtime.recipe
@@ -50,7 +50,7 @@ class Recipe(recipe.Recipe):
os.makedirs(os.path.join(self.config.prefix, 'bin'))
if not os.path.exists(os.path.join(self.config.prefix, 'lib')):
os.makedirs(os.path.join(self.config.prefix, 'lib'))
- for f in ['libstdc++-6', 'libgomp-1']:
+ for f in ['libstdc++-6', 'libgomp-1', 'libwinpthread-1']:
shutil.copy(
os.path.join(self.config.toolchain_prefix, binmingw, f + '.dll'),
os.path.join(self.config.prefix, 'bin', f + '.dll'))