diff options
author | Bananahemic <bananahemic@users.noreply.github.com> | 2018-12-13 15:11:47 -0800 |
---|---|---|
committer | Bananahemic <bananahemic@users.noreply.github.com> | 2018-12-13 15:11:47 -0800 |
commit | 22b7355dd303223b2d777b8f41fd6424c88b52de (patch) | |
tree | 0f41d7428408c7d62b99c12caf93a60bb23908c2 | |
parent | 8c7b55242eeb5c91a2ee19d11ac34249901124c3 (diff) |
Removed library versioning
-rw-r--r-- | recipes/srt.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe index 037e2376..be7753bc 100644 --- a/recipes/srt.recipe +++ b/recipes/srt.recipe @@ -29,6 +29,6 @@ class Recipe(recipe.Recipe): self.configure_options += ' -DUSE_GNUSTL=ON' 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() |