Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Aug 1, 2018
2 parents 11fd110 + c67e75e commit 3b4d0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MacOSBuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
mkdir bin
cp lib/macos/libmodio.dylib bin/
clang++ -shared -L./lib/macos -lmodio ./src/modioWrapper.cpp ./src/modioWrapperCallbacks.cpp ./src/modioWrapperObjects.cpp -o ./bin/modioWrapperMacOS.ndll -I./include -std=c++11
haxe -cp src -main Main -cpp bin -D macos
LD_LIBRARY_PATH=./bin ./bin/Main
cp mod.io-sdk-v0.7.0/lib/macos/x64/libmodio.dylib bin/
clang++ -shared -L./mod.io-sdk-v0.7.0/lib/macos/x64 -lmodio ./src/modioWrapper.cpp ./src/modioWrapperCallbacks.cpp ./src/modioWrapperObjects.cpp -o ./bin/modioWrapperMacOS.ndll -I./include -I./mod.io-sdk-v0.7.0/include -std=c++11
haxe -cp src -main Main -cpp bin -D macos
LD_LIBRARY_PATH=./bin ./bin/Main
Binary file removed libmodio.dylib
Binary file not shown.

0 comments on commit 3b4d0bc

Please sign in to comment.