mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-10 00:44:17 +00:00
Added linux/mac build script
This commit is contained in:
parent
533fb6882f
commit
43bd86b682
1 changed files with 6 additions and 0 deletions
6
src/native/build.sh
Executable file
6
src/native/build.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
./autogen.sh
|
||||
./configure
|
||||
make
|
||||
strip .libs/liblwjgl.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue