mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 08:10:10 +00:00
Update build.xml to use Makefiles
This commit is contained in:
@@ -38,10 +38,10 @@
|
|||||||
<target name="build" depends="compile-native, compile-common, compile-java"/>
|
<target name="build" depends="compile-native, compile-common, compile-java"/>
|
||||||
|
|
||||||
<target name="compile-native">
|
<target name="compile-native">
|
||||||
<exec executable="./build.sh" dir="${libs.omx.dir}"/>
|
<exec executable="make" dir="${libs.omx.dir}"/>
|
||||||
<exec executable="./build.sh" dir="${libs.opus.dir}"/>
|
<exec executable="make" dir="${libs.opus.dir}"/>
|
||||||
<exec executable="./build.sh" dir="${libs.alsa.dir}"/>
|
<exec executable="make" dir="${libs.alsa.dir}"/>
|
||||||
<exec executable="./build.sh" dir="${libs.io.dir}"/>
|
<exec executable="make" dir="${libs.io.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile-java" depends="init">
|
<target name="compile-java" depends="init">
|
||||||
|
|||||||
Reference in New Issue
Block a user