Skip to content

Commit

Permalink
Add submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Dec 11, 2024
1 parent b63792e commit 1314e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
mkdir b2 && cd b2
# Update submodules
git submodule update --recursive --init --remote

if [[ "${target_platform}" == osx-* ]]; then
# See https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
fi

mkdir b2 && cd b2
cmake -S .. -B . \
-DCMAKE_CXX_COMPILER="${CXX}" \
-DCMAKE_INSTALL_PREFIX="$PREFIX" \
Expand Down

0 comments on commit 1314e8f

Please sign in to comment.