update gnumakefile

This commit is contained in:
Gregory John Casamento 2023-07-29 05:02:49 -04:00
parent e604adf9a6
commit 2eae4e9250

View file

@ -24,11 +24,3 @@
ADDITIONAL_GUI_LIBS += \
-lInterfaceBuilder
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
ADDITIONAL_LIB_DIRS += \
-L../InterfaceBuilder/$(GNUSTEP_OBJ_DIR)
else
ADDITIONAL_LIB_DIRS += \
-L../InterfaceBuilder/$(GNUSTEP_OBJ_DIR)
endif