mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-08 08:44:25 +01:00
8 lines
85 B
Bash
Executable file
8 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make distclean
|
|
./autogen.sh
|
|
./configure
|
|
make
|
|
strip .libs/liblwjgl.0.0.0
|