update formula for pthreads

This commit is contained in:
jrkb 2023-03-16 12:42:54 +01:00
parent c74dc9e336
commit 0a2f688bae

View file

@ -114,6 +114,7 @@ function build() {
elif [ "$TYPE" == "emscripten" ] ; then
cd lib/$TYPE
emcmake cmake \
-DCMAKE_CXX_FLAGS="-pthread" \
-DMSDF_ATLAS_BUILD_STANDALONE=OFF \
-DMSDF_ATLAS_USE_VCPKG=OFF \
-DMSDF_ATLAS_USE_SKIA=OFF \