mirror of
https://github.com/frida/tinycc
synced 2025-01-04 11:04:42 +03:00
OSX: libtcc.dylib Makefile fix
This commit is contained in:
parent
5ade19c421
commit
c386ca91c6
2
Makefile
2
Makefile
@ -226,7 +226,7 @@ libtcc.so: $(LIBTCC_OBJ)
|
||||
libtcc.so: CFLAGS+=-fPIC
|
||||
libtcc.so: LDFLAGS+=-fPIC
|
||||
|
||||
libtcc.dylib:
|
||||
libtcc.dylib: $(LIBTCC_OBJ)
|
||||
$(CC) -shared -o libtcc.dylib libtcc.o tccpp.o tccgen.o tccelf.o tccasm.o tccrun.o x86_64-gen.o x86_64-link.o i386-asm.o -flat_namespace
|
||||
|
||||
# windows dynamic libtcc library
|
||||
|
Loading…
Reference in New Issue
Block a user