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

Include opus from the system includes only when building for debian.

parent 0c7762a0
No related branches found
No related tags found
No related merge requests found
......@@ -688,8 +688,8 @@
<compilerarg value="-Wall" />
<compilerarg value="-fPIC"/>
<compilerarg value="-O2" />
<compilerarg value="-I${opus}/include" unless="is.running.linux"/>
<compilerarg value="-I/usr/include/opus" if="is.running.linux"/>
<compilerarg value="-I${opus}/include" unless="is.running.debian"/>
<compilerarg value="-I/usr/include/opus" if="is.running.debian"/>
<compilerarg value="-D_JNI_IMPLEMENTATION_" />
<linkerarg value="-Wl,-z,relro" if="is.running.debian"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment