Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Jul 22, 2021
1 parent ad5d3ea commit 4ada268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ "${ARCH}" == "Mac" ]]; then
else
./bootstrap.sh
fi
./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX" --with-regex --with-filesystem --with-date_time # TODO
./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX" --with-regex --with-filesystem --with-date_time

popd

Expand Down

0 comments on commit 4ada268

Please sign in to comment.