We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c536f commit 090703aCopy full SHA for 090703a
mozconfigs/mozconfig-win-cross
@@ -1,12 +1,12 @@
1
-## mozconfig for compiling r3dfox Browser for Windows on Linux
+## mozconfig for compiling r3dfox Browser for Windows on Linux
2
3
# x64 build
4
ac_add_options --target=x86_64-pc-mingw32
5
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
6
7
# x86 build
8
-ac_add_options --target=i686-pc-mingw32
9
-ac_add_options --with-toolchain-prefix=i686-pc-mingw32
+#ac_add_options --target=i686-pc-mingw32
+#ac_add_options --with-toolchain-prefix=i686-pc-mingw32
10
11
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
12
ac_add_options --with-app-name=r3dfox
0 commit comments