I did not mean to uncomment this.

This commit is contained in:
Simon Howard 2024-01-29 23:13:52 +00:00
parent 5b1fe8e22a
commit bb635f63b7
1 changed files with 3 additions and 2 deletions

View File

@ -6,9 +6,10 @@ BUILD_HOST=
# An example of how to cross-compile to mingw32 for Windows builds: # An example of how to cross-compile to mingw32 for Windows builds:
#BUILD_HOST=i686-w64-mingw32 #BUILD_HOST=i686-w64-mingw32
# Build host to use for Emscripten builds. Uncomment and then run # Build host to use for Emscripten builds. You will need to first install
# the emscripten SDK, then uncomment and then run
# `chocpkg install emscripten`. # `chocpkg install emscripten`.
BUILD_HOST=wasm32-unknown-emscripten #BUILD_HOST=wasm32-unknown-emscripten
# If we're cross-compiling to a different platform, this should be set # If we're cross-compiling to a different platform, this should be set
# to true. We initialize this based on whether BUILD_HOST has been set. # to true. We initialize this based on whether BUILD_HOST has been set.