mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-21 15:15:15 +01:00
build natives into bin/<name>
This commit is contained in:
parent
eac254e3f8
commit
3aca397292
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" ?>
|
||||
<project name="OS X Native code" basedir="../../bin" default="nativelibrary">
|
||||
<property name="native" location="../src/native"/>
|
||||
<project name="OS X Native code" basedir="../../bin/lwjgl" default="nativelibrary">
|
||||
<property name="native" location="../../src/native"/>
|
||||
|
||||
<target name="init">
|
||||
<mkdir dir="ppc"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue