Skip to content

Commit 090703a

Browse files
committed
fix a couple mistakes
1 parent 11c536f commit 090703a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mozconfigs/mozconfig-win-cross

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## mozconfig for compiling r3dfox Browser for Windows on Linux
1+
## mozconfig for compiling r3dfox Browser for Windows on Linux
22

33
# x64 build
44
ac_add_options --target=x86_64-pc-mingw32
55
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
66

77
# x86 build
8-
ac_add_options --target=i686-pc-mingw32
9-
ac_add_options --with-toolchain-prefix=i686-pc-mingw32
8+
#ac_add_options --target=i686-pc-mingw32
9+
#ac_add_options --with-toolchain-prefix=i686-pc-mingw32
1010

1111
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
1212
ac_add_options --with-app-name=r3dfox

0 commit comments

Comments
 (0)