Skip to content

Commit

Permalink
change to 32 bit target
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJk committed Feb 25, 2022
1 parent 65cd26c commit dc1d490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-pc-windows-msvc --release
copy target\x86_64-pc-windows-msvc\release\pvz_widescreen.exe dist\pvz_widescreen.exe
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target i686-pc-windows-msvc --release
copy target\i686-pc-windows-msvc\release\pvz_widescreen.exe dist\pvz_widescreen.exe

0 comments on commit dc1d490

Please sign in to comment.