From 95ffab1e9fbe5b9f61fb00ac6defb9216b01c1b1 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Tue, 9 Jul 2024 10:44:15 +0200 Subject: [PATCH] try shared again --- recipes/recipes_emscripten/proj/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipes_emscripten/proj/build.sh b/recipes/recipes_emscripten/proj/build.sh index 0f4fedc7d..9e39374a9 100644 --- a/recipes/recipes_emscripten/proj/build.sh +++ b/recipes/recipes_emscripten/proj/build.sh @@ -9,7 +9,7 @@ cd build # to build without curl we need to disable projsync too emcmake cmake ${CMAKE_ARGS} .. \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_SHARED_LIBS=OFF \ + -DBUILD_SHARED_LIBS=ON \ -DBUILD_APPS=OFF \ -DBUILD_TESTING=OFF \ -DENABLE_CURL=OFF \