default empty arg to x86.

This commit is contained in:
RadWolfie 2019-05-13 17:01:06 -05:00
parent 2c8f2d546f
commit aca992f219
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
SETLOCAL
IF "%1"=="" (
GOTO :helpInfo
SET x86=1
)
IF /I "%1"=="-h" (
GOTO :helpInfo