mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-23 04:32:11 +00:00
I did not mean to uncomment this.
This commit is contained in:
parent
5b1fe8e22a
commit
bb635f63b7
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@ BUILD_HOST=
|
|||
# An example of how to cross-compile to mingw32 for Windows builds:
|
||||
#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`.
|
||||
BUILD_HOST=wasm32-unknown-emscripten
|
||||
#BUILD_HOST=wasm32-unknown-emscripten
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue