mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-09 01:04:47 +01:00
7 lines
70 B
Bash
Executable file
7 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./autogen.sh
|
|
./configure
|
|
make
|
|
strip .libs/liblwjgl.0.0.0
|