Skip to content

Commit

Permalink
conda build for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 9, 2019
1 parent b973532 commit 3c71c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/conda/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ cd $BUILDDIR
CC=$CC CXX=$CXX cmake -G "$CONFIG" \
-DCMAKE_LIBRARY_PATH:FILEPATH="$CONDA_PREFIX/lib" \
-DCMAKE_INCLUDE_PATH:FILEPATH="$CONDA_PREFIX/include" \
-DPython3_ROOT_DIR:FILEPATH="$CONDA_PREFIX" \
-DCMAKE_FIND_FRAMEWORK="NEVER" \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} \
-DBUILD_PLUGIN_SQLITE=ON \
Expand Down

0 comments on commit 3c71c6b

Please sign in to comment.