mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
6 lines
209 B
Bash
Executable file
6 lines
209 B
Bash
Executable file
#!/bin/bash
|
|
|
|
haxe compile-linux.hxml
|
|
cd native
|
|
gcc -o marblegame -g -I . -L /usr/local/lib marblegame.c /usr/local/lib/{ui.hdll,openal.hdll,fmt.hdll,sdl.hdll,uv.hdll,ssl.hdll} -lSDL2 -lhl -lm
|
|
cp marblegame ..
|