mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 04:24:37 +01:00
8 lines
96 B
Bash
Executable file
8 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make distclean
|
|
./autogen.sh
|
|
./configure --enable-debug
|
|
make
|
|
strip .libs/liblwjgl.0
|