diff options
Diffstat (limited to 'homebrew/libsbol/.make.sh-auto')
-rw-r--r-- | homebrew/libsbol/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/libsbol/.make.sh-auto b/homebrew/libsbol/.make.sh-auto new file mode 100644 index 000000000..9da2995ac --- /dev/null +++ b/homebrew/libsbol/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +cmake . -DCMAKE_CXX_FLAGS=-I/System/Library/Frameworks/Python.framework/Headers -DSBOL_BUILD_SHARED=TRUE -DSBOL_BUILD_STATIC=FALSE -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} +make DESTDIR=${PKG_DEST} install |