# HG changeset patch # User John Tsiombikas # Date 1386461686 -7200 # Node ID f8bfc31775828851573f6d43f453f8d1a31de4d6 # Parent 1dcbe87b6a5d59c06f76d5cab9fc24a501c4bdb1 fixed the goatview makefile diff -r 1dcbe87b6a5d -r f8bfc3177582 goatview/Makefile --- a/goatview/Makefile Thu Dec 05 18:49:19 2013 +0200 +++ b/goatview/Makefile Sun Dec 08 02:14:46 2013 +0200 @@ -15,7 +15,7 @@ libgoat = $(goat_root)/libgoat3d.dylib else libgl = -lGL -lGLU -lglut -lGLEW - libgoat = $(goat_root)/libgoat3d.so.0.1 -Wl,-rpath=$(goat_root) + libgoat = $(goat_root)/libgoat3d.so.0.1 endif $(bin): $(obj) $(libgoat)