buildsuper fix on linux

master
Allen Webster 2017-02-06 10:26:11 -05:00
parent 9fff7704df
commit b1a416609a
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
* *
*/ */
// TOP // TOP
// App Structs // App Structs

View File

@ -11,7 +11,7 @@ if [ -z "$SOURCE" ]; then
SOURCE="$CODE_HOME/4coder_default_bindings.cpp" SOURCE="$CODE_HOME/4coder_default_bindings.cpp"
fi fi
echo "Building 4coder_custom.so from $SOURCE ..." echo "Building custom_4coders.so from $SOURCE ..."
g++ -I"$CODE_HOME" -Wno-write-strings -std=gnu++0x "$SOURCE" -shared -o 4coder_custom.so -fPIC g++ -I"$CODE_HOME" -Wno-write-strings -std=gnu++0x "$SOURCE" -shared -o custom_4coder.so -fPIC