summaryrefslogtreecommitdiff
path: root/recipes/srt.recipe
diff options
context:
space:
mode:
authorBananahemic <bananahemic@users.noreply.github.com>2018-12-13 15:11:47 -0800
committerSebastian Dröge <slomo@coaxion.net>2018-12-14 10:19:19 +0000
commit91d46b0759aaf594ebe0da86090b1c394706a614 (patch)
tree3a20f47fdcba7350de0232e3564bb1ca4f8b0c09 /recipes/srt.recipe
parent1ba52b83835dd4f98e5c4c2fc77552a22686ebcc (diff)
Removed library versioning
Diffstat (limited to 'recipes/srt.recipe')
-rw-r--r--recipes/srt.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe
index 341b678d..3227bd17 100644
--- a/recipes/srt.recipe
+++ b/recipes/srt.recipe
@@ -29,6 +29,6 @@ class Recipe(recipe.Recipe):
self.deps += ['gnustl']
def post_install(self):
- libtool_la = LibtoolLibrary('srt', 1, 3, 0, self.config.libdir,
+ libtool_la = LibtoolLibrary('srt', None, None, None, self.config.libdir,
self.config.target_platform)
libtool_la.save()