X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2FJamfile;h=6214f71733dc3a56de3731c5560f92b1dcd6ef1b;hb=78724e8ddcdb94a7b691464ea9e558d0a6665aa7;hp=9def30629ca400c9673e150fba0c1e145e0bf90a;hpb=8cecc7815e5ab5fe2b646dbe6aaa8e95cf08e71f;p=supertux.git diff --git a/src/scripting/Jamfile b/src/scripting/Jamfile index 9def30629..6214f7173 100644 --- a/src/scripting/Jamfile +++ b/src/scripting/Jamfile @@ -11,7 +11,7 @@ if $(MINISWIG) SEARCH on $(headerfile) = $(SOURCH_SOURCE) ; MiniSwig $(cppfile) : $(sources) ; - CPPFLAGS on $(cppfile) = $(CPPFLAGS) ; + CPPFLAGS on $(cppfile) = $(CPPFLAGS) -DSCRIPTING_API ; headerfile on $(cppfile) = $(headerfile) ; modulename on $(cppfile) = $(3) ; FLAGS on $(cppfile) = $(4) ;