X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=470b9e8937aaefdcf617b3cafd2efe9179166a27;hb=43cb60ce6554566358bcea86f8df56c05316020b;hp=ee3a44f01a62c768241da1c88e97aa6c6bbe9a53;hpb=9e472e99960f10f10d32ad1f126e7e79db718409;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index ee3a44f0..470b9e89 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,9 @@ ifeq ($(LIGHTREC_CUSTOM_MAP),1) LDLIBS += -lrt OBJS += $(LIGHTREC_CUSTOM_MAP_OBJ) endif +ifeq ($(NEED_SYSCONF),1) +OBJS += libpcsxcore/lightrec/sysconf.o +endif ifeq ($(LIGHTREC_THREADED_COMPILER),1) OBJS += deps/lightrec/recompiler.o \ deps/lightrec/reaper.o