mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix typo in 32bit-only code
This commit is contained in:
parent
9c7a9305aa
commit
4a5031c563
2
Make.bat
2
Make.bat
@ -73,7 +73,7 @@ GOTO:EOF
|
|||||||
ECHO ARCHITECTURE - %ARCHITECTURE% cannot be run on 32 bit machine
|
ECHO ARCHITECTURE - %ARCHITECTURE% cannot be run on 32 bit machine
|
||||||
goto:exit
|
goto:exit
|
||||||
)
|
)
|
||||||
OSVALUE=%OSTYPE%
|
SET OSVALUE=%OSTYPE%
|
||||||
)
|
)
|
||||||
|
|
||||||
REM Check IF its is windows 32 bit machine and selected architecture is x86
|
REM Check IF its is windows 32 bit machine and selected architecture is x86
|
||||||
|
Loading…
Reference in New Issue
Block a user