mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-28 19:34:18 +01:00
check for fmod
This commit is contained in:
parent
ea4373698d
commit
4e63e68bf6
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<project name="fmod3" basedir="../../bin/fmod3" default="compile">
|
||||
<fail message="Missing FMOD path environment property" unless="env.FMOD"/>
|
||||
<property name="native" location="../../src/native"/>
|
||||
<property environment="env"/>
|
||||
<property name="fmod.home" location="${env.FMOD}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue