mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-01-22 00:11:10 +00:00
Change mingw BUILD_HOST example to mingw64.
This commit is contained in:
parent
a85f1d8370
commit
2aa6068540
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
BUILD_HOST=
|
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=i586-mingw32msvc
|
#BUILD_HOST=i686-w64-mingw32
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in a new issue