Skip to content

Commit

Permalink
conda build for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 4, 2019
1 parent 29a8c8a commit 37a69f1
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 @@ -15,6 +15,8 @@ cd $BUILDDIR
CC=/usr/bin/cc CXX=/usr/bin/c++ 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 37a69f1

Please sign in to comment.