goat3d

changeset 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 6c8a6ee24448
children f8bfc3177582
files generators/goatprim/Makefile src/goat3d.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
     2.1 --- a/src/goat3d.h	Sun Dec 01 01:32:12 2013 +0200
     2.2 +++ b/src/goat3d.h	Thu Dec 05 18:49:19 2013 +0200
     2.3 @@ -7,7 +7,7 @@
     2.4  #ifdef WIN32
     2.5  #define GOAT3DAPI	__declspec(dllexport)
     2.6  #else
     2.7 -#define 
     2.8 +#define GOAT3DAPI
     2.9  #endif
    2.10  
    2.11  #define GOAT3D_MAT_ATTR_DIFFUSE			"diffuse"