No commit message authored by Karel Slaný's avatar Karel Slaný
No commit message
...@@ -73,7 +73,7 @@ This will prepare and generate a 32-bit package for Windows. Currently we use `i ...@@ -73,7 +73,7 @@ This will prepare and generate a 32-bit package for Windows. Currently we use `i
If you want to create an extension supporting both 32- and 64-bit Firefox on Windows the n you need to run this sequence: If you want to create an extension supporting both 32- and 64-bit Firefox on Windows the n you need to run this sequence:
``` shell ``` shell
./scripts/build_with_mingw32.sh w64+32 # Uses i686-w64-mingw32 ./scripts/build_with_mingw32.sh w64+32
make clean make clean
``` ```
For more details see content of `scripts/build_with_mingw32.sh`. For more details see content of `scripts/build_with_mingw32.sh`.
... ...
......