lwjgl/build.sh

13 lines
130 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
export JAVA_HOME=${JAVA_HOME:-`asdf where java`}
ant generate-all
ant compile
ant compile_native