goat3d

diff generators/goatprim/Makefile @ 43:1dcbe87b6a5d

ops, screwed up the GOAT3DAPI define
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 05 Dec 2013 18:49:19 +0200
parents b59a3650ed51
children
line diff
     1.1 --- a/generators/goatprim/Makefile	Sun Dec 01 01:32:12 2013 +0200
     1.2 +++ b/generators/goatprim/Makefile	Thu Dec 05 18:49:19 2013 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  ifeq ($(shell uname -s), Darwin)
     1.5  	libgoat = $(goat_root)/libgoat3d.dylib
     1.6  else
     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  CC = clang