blob: 23f1461062b27101aa052b78e81d3855ab963aa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Finder/GNUmakefile.preamble.orig 2004-11-08 13:41:09.000000000 -0500
+++ Finder/GNUmakefile.preamble 2004-11-08 13:41:32.000000000 -0500
@@ -15,7 +15,7 @@
ADDITIONAL_LDFLAGS +=
# Additional library directories the linker should search
-ADDITIONAL_LIB_DIRS += -L../FSNode/$(GNUSTEP_OBJ_DIR)
+ADDITIONAL_LIB_DIRS += -L../FSNode/FSNode.framework/Versions/Current
ADDITIONAL_TOOL_LIBS +=
|