X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=470b9e8937aaefdcf617b3cafd2efe9179166a27;hb=7e49a25d527a1d79569f39a6f2d8d28a0d6cebd5;hp=ee3a44f01a62c768241da1c88e97aa6c6bbe9a53;hpb=2a815d86de03665a0c653f8cf1995d0dfa5b1cbd;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