Link to libSystem by default

This commit is contained in:
Pierre Pronchery 2018-12-29 02:40:01 +01:00
parent 7a1c6583e9
commit 2577c5e7dd

View File

@ -2,8 +2,8 @@ targets=_libSystem
cppflags_force=-I ../../include
cflags_force=-fPIC `pkg-config --cflags python-2.7`
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags_force=`pkg-config --libs python-2.7`
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
ldflags_force=`pkg-config --libs python-2.7` -L$(OBJDIR).. -lSystem
ldflags=-Wl,-rpath,$(LIBDIR) -Wl,-z,relro -Wl,-z,now
dist=Makefile,libSystem.py
[_libSystem]