mirror of
https://github.com/libretro/FreeIntv.git
synced 2024-11-24 08:59:51 +00:00
Update build.sh
This commit is contained in:
parent
4858d870c0
commit
a7fa514518
4
build.sh
4
build.sh
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
gcc -shared -fPIC -L src/ freeintv_libretro.c intv.c memory.c cp1610.c stic.c psg.c controller.c cart.c osd.c -lm -lc -lgcc -o freeintv_libretro.so
|
||||
cd src
|
||||
gcc -shared -fPIC freeintv_libretro.c intv.c memory.c cp1610.c stic.c psg.c controller.c cart.c osd.c -lm -lc -lgcc -o ../freeintv_libretro.so
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user