summaryrefslogtreecommitdiff
path: root/tools/Makefile.osx
diff options
context:
space:
mode:
authorbustico2011-01-27 12:26:11 +0000
committerbustico2011-01-27 12:26:11 +0000
commita897bb17e74ff73b9ee19ace0ef62466030ab6e6 (patch)
tree0af86086972e8adbfbbbd5177583bc8340921bd0 /tools/Makefile.osx
parent0cebd5d6540937019be80429679472a1b50741c2 (diff)
downloadivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.zip
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.gz
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.bz2
ivy-c-a897bb17e74ff73b9ee19ace0ef62466030ab6e6.tar.xz
correct OSX Makefile to set correct dylib path on executable at install
correct broadcast adress for loopback (not the same beetween linux/windows and osx)
Diffstat (limited to 'tools/Makefile.osx')
-rw-r--r--tools/Makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.osx b/tools/Makefile.osx
index c01c3a1..ab3ce10 100644
--- a/tools/Makefile.osx
+++ b/tools/Makefile.osx
@@ -10,7 +10,7 @@ CPP='g++'
PCRELIB = `pcre-config --libs`
PCREINCL = `pcre-config --cflags`
-EXTRALIB= -L../src
+EXTRALIB= -L../src
EXTRAINC=-I../src
.SUFFIXES: .c .o