renamed compile-run to pico8-musl
This commit is contained in:
parent
563625edfe
commit
06eb573d04
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
gcc -fPIC -shared -o pico8-fill-in.so pico8-fill-in.c && LD_PRELOAD="/usr/lib64/libc.so ./pico8-fill-in.so" ~/pico8/pico8_dyn -windowed 1
|
7
pico8-musl.sh
Executable file
7
pico8-musl.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# USAGE: compile-run.sh path-to-your-pico8_dyn-executable
|
||||
|
||||
patchelf $1 --set-interpreter /usr/lib64/libc.so
|
||||
|
||||
gcc -fPIC -shared -o pico8-fill-in.so pico8-fill-in.c && LD_PRELOAD="/usr/lib64/libc.so ./pico8-fill-in.so" $1 -windowed 1
|
Loading…
x
Reference in New Issue
Block a user