Move --no-as-needed to Config.linux since it breaks compilation on mac
parent
3c5e41599d
commit
432927fe5f
|
@ -7,7 +7,7 @@ ifdef CONFIG
|
|||
BUNDLE = Factor.app
|
||||
LIBPATH = -L/usr/X11R6/lib
|
||||
|
||||
CFLAGS = -Wall -Wl,--no-as-needed $(SITE_CFLAGS)
|
||||
CFLAGS = -Wall $(SITE_CFLAGS)
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS += -g -DFACTOR_DEBUG
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include vm/Config.unix
|
||||
PLAF_DLL_OBJS += vm/os-genunix.o vm/os-linux.o vm/mvm-unix.o
|
||||
LIBS = -ldl -lm -lrt -lpthread $(X11_UI_LIBS) -Wl,--export-dynamic
|
||||
SITE_CFLAGS += -Wl,--no-as-needed
|
||||
|
|
Loading…
Reference in New Issue