goat3d

changeset 44:f8bfc3177582

fixed the goatview makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Dec 2013 02:14:46 +0200
parents 1dcbe87b6a5d
children 8da36540e2e9
files goatview/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/goatview/Makefile	Thu Dec 05 18:49:19 2013 +0200
     1.2 +++ b/goatview/Makefile	Sun Dec 08 02:14:46 2013 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  	libgoat = $(goat_root)/libgoat3d.dylib
     1.5  else
     1.6  	libgl = -lGL -lGLU -lglut -lGLEW
     1.7 -	libgoat = $(goat_root)/libgoat3d.so.0.1 -Wl,-rpath=$(goat_root) 
     1.8 +	libgoat = $(goat_root)/libgoat3d.so.0.1
     1.9  endif
    1.10  
    1.11  $(bin): $(obj) $(libgoat)