summaryrefslogtreecommitdiff
path: root/recipes/soundtouch.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-07 22:24:21 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-07 22:24:21 +0200
commit347398774c80b4b9a32ea4aaad1ae07150ecfae8 (patch)
tree0bcdbf220cad7c64cf880be8270ee74e4129c0a1 /recipes/soundtouch.recipe
parentfe33a1af44506af68a887cae8a1cab3931d59a6a (diff)
soundtouch; fix dependency in libstdc++
Diffstat (limited to 'recipes/soundtouch.recipe')
-rw-r--r--recipes/soundtouch.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/soundtouch.recipe b/recipes/soundtouch.recipe
index 8df7b311..6b71afa3 100644
--- a/recipes/soundtouch.recipe
+++ b/recipes/soundtouch.recipe
@@ -10,7 +10,7 @@ class Recipe(recipe.Recipe):
autoreconf = True
platform_deps = {
Platform.ANDROID: ['gnustl'],
- Platform.WINDOWS: ['mingw'], # for libstdc++
+ Platform.WINDOWS: ['libstdc++'],
}
files_libs = ['libSoundTouch']