Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Windows x86 build by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Mar 29, 2018
1 parent 4a446c8 commit 0021fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/win/env.bat
@@ -1,6 +1,6 @@
@echo off

if "%ARCH%" == "" set ARCH=x64
if "%ARCH%" == "" set ARCH=x86

if /i %ARCH% == x86 goto x86
if /i %ARCH% == x64 goto x64
Expand Down

0 comments on commit 0021fbe

Please sign in to comment.