Cosmetic corrections - Mac OS X

This commit is contained in:
William S Fulton 2015-08-02 20:13:40 +01:00
commit c6f8aadc64
9 changed files with 18 additions and 18 deletions

View file

@ -14,7 +14,7 @@
all: javascript
CC = @CC@
# HACK: under OSX a g++ compiled interpreter is seg-faulting when loading module libraries
# HACK: under Mac OS X a g++ compiled interpreter is seg-faulting when loading module libraries
# with 'c++' it works... probably some missing flags?
JSCXX = @JSINTERPRETERCXX@
CPPFLAGS = @BOOST_CPPFLAGS@