Skip to content
Snippets Groups Projects
Commit ab1f699d authored by Boris Grozev's avatar Boris Grozev
Browse files

Use system opus library when building for debian.

parent 102c78e3
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@
<compilerarg value="-D_JNI_IMPLEMENTATION_" />
<linkerarg value="-Wl,-z,relro" if="is.running.debian"/>
<linkerarg value="-L${opus}/.libs" />
<linkerarg value="-L${opus}/.libs" unless="is.running.debian"/>
<!-- Linux specific flags -->
<compilerarg value="-m32" if="cross_32" unless="is.running.macos" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment