mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Fix native library compilation target to remove absolute paths
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
<target name="build" depends="compile-native, compile-java"/>
|
||||
|
||||
<target name="compile-native">
|
||||
<exec executable="./build.sh" dir="/home/iwan/Development/limelight/limelight-pi/jni/nv_omx_dec/"/>
|
||||
<exec executable="./build.sh" dir="/home/iwan/Development/limelight/limelight-pi/jni/nv_opus_dec/"/>
|
||||
<exec executable="./build.sh" dir="${libs.omx.dir}"/>
|
||||
<exec executable="./build.sh" dir="${libs.opus.dir}"/>
|
||||
</target>
|
||||
|
||||
<target name="compile-java" depends="init">
|
||||
|
||||
Reference in New Issue
Block a user