pico8-musl/compile-run.sh

3 lines
150 B
Bash
Raw Normal View History

2021-12-27 07:02:10 +00:00
#!/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