mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-26 08:08:52 +00:00
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
|
|
export WINSYSROOT="$(echo ~)/win-cross/vs2022"
|
|
|
|
export MIDL="$(echo ~)/win-cross/wine/bin/widl"
|
|
export WINE="$(echo ~)/win-cross/wine/bin/wine64"
|
|
export WINEDEBUG=-all
|
|
|
|
#? https://bugzilla.mozilla.org/show_bug.cgi?id=1617793
|
|
#? https://phabricator.services.mozilla.com/D170170
|
|
ac_add_options --target=x86_64-pc-windows-msvc
|
|
|
|
export MOZ_STUB_INSTALLER=1
|
|
export MOZ_MAINTENANCE_SERVICE=
|
|
|
|
export MOZ_PKG_FORMAT=TAR
|
|
export MOZ_LTO=cross
|
|
|
|
# ALWAYS MANTAIN ONE LINE BREAK AT THE END OF THIS FILE
|
|
|