mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-07 11:58:20 +00:00
chore: Update version to 1.0.0-a.0 and enable linker option only when not cross compiling
This commit is contained in:
@@ -1,10 +1,3 @@
|
|||||||
if test -d "$HOME/.mozbuild/clang/bin"; then
|
|
||||||
export CC="$HOME"/.mozbuild/clang/bin/clang
|
|
||||||
export CXX="$HOME"/.mozbuild/clang/bin/clang++
|
|
||||||
else
|
|
||||||
export CC=clang
|
|
||||||
export CXX=clang++
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Browser branding
|
# Browser branding
|
||||||
ac_add_options --enable-update-channel=release
|
ac_add_options --enable-update-channel=release
|
||||||
|
@@ -11,6 +11,14 @@ if ! test "$ZEN_CROSS_COMPILING"; then
|
|||||||
export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64"
|
export RUSTFLAGS="$RUSTFLAGS -Ctarget-cpu=x86-64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -d "$HOME/.mozbuild/clang/bin"; then
|
||||||
|
export CC="$HOME"/.mozbuild/clang/bin/clang
|
||||||
|
export CXX="$HOME"/.mozbuild/clang/bin/clang++
|
||||||
|
else
|
||||||
|
export CC=clang
|
||||||
|
export CXX=clang++
|
||||||
|
fi
|
||||||
|
|
||||||
ac_add_options --enable-linker=lld
|
ac_add_options --enable-linker=lld
|
||||||
ac_add_options --enable-alsa
|
ac_add_options --enable-alsa
|
||||||
ac_add_options --enable-pulseaudio
|
ac_add_options --enable-pulseaudio
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
"brandShortName": "Zen Browser",
|
"brandShortName": "Zen Browser",
|
||||||
"brandFullName": "Zen Browser",
|
"brandFullName": "Zen Browser",
|
||||||
"release": {
|
"release": {
|
||||||
"displayVersion": "1.0.0-a.1",
|
"displayVersion": "1.0.0-a.0",
|
||||||
"github": {
|
"github": {
|
||||||
"repo": "zen-browser/desktop"
|
"repo": "zen-browser/desktop"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user