Skip to content

Commit

Permalink
update helpful info (useful for later)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Nov 14, 2024
1 parent baf7e4b commit 314bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emscripten_build_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Building a static library using emscripten compiler

# Make sure to set proper compiler
cmake .. -DVCPKG_TARGET_TRIPLET=wasm32-emscripten -DCMAKE_C_COMPILER=$(which emcc) -DCMAKE_CXX_COMPILER=$(which em++) -DCMAKE_CXX_COMPILER_WORKS=TRUE -DCMAKE_C_COMPILER_WORKS=TRUE -DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY

0 comments on commit 314bdfd

Please sign in to comment.