Link to libSystem by default
This commit is contained in:
parent
7a1c6583e9
commit
2577c5e7dd
|
@ -2,8 +2,8 @@ targets=_libSystem
|
||||||
cppflags_force=-I ../../include
|
cppflags_force=-I ../../include
|
||||||
cflags_force=-fPIC `pkg-config --cflags python-2.7`
|
cflags_force=-fPIC `pkg-config --cflags python-2.7`
|
||||||
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags_force=`pkg-config --libs python-2.7`
|
ldflags_force=`pkg-config --libs python-2.7` -L$(OBJDIR).. -lSystem
|
||||||
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
|
ldflags=-Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,libSystem.py
|
dist=Makefile,libSystem.py
|
||||||
|
|
||||||
[_libSystem]
|
[_libSystem]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user