fix compile without UPX, XUPX is passed to exeflat so should be unset when not using UPX
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1370 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
ae3d48ab33
commit
14116c8fbc
@ -40,7 +40,6 @@ echo Linker is %XLINK%.
|
||||
|
||||
if not "%XUPX%" == "" set UPXOPT=-U
|
||||
if "%XUPX%" == "" set UPXOPT=
|
||||
if "%XUPX%" == "" set XUPX=@rem
|
||||
|
||||
goto end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user