Skip to content

Commit

Permalink
static vega
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 29, 2023
1 parent a74f166 commit a7082b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/recipes_emscripten/xvega/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ cmake ${CMAKE_ARGS} .. \
-DCMAKE_PREFIX_PATH=$PREFIX \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DXVEGA_DISABLE_ARCH_NATIVE=ON \
-DXVEGA_BUILD_SHARED=OFF \
-DXVEGA_BUILD_STATIC=ON \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON

# Build step
ninja install

0 comments on commit a7082b0

Please sign in to comment.