diff --git a/Makefile.common b/Makefile.common index dab94a7efa..b37781d733 100644 --- a/Makefile.common +++ b/Makefile.common @@ -56,6 +56,7 @@ endif ifneq ($(findstring Darwin,$(OS)),) OSX := 1 LIBS += -framework AppKit + JOYCONFIG_LIBS += -framework CoreFoundation else OSX := 0 endif