mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
debug
This commit is contained in:
@ -9,6 +9,14 @@ if defined TARGET (
|
||||
SET PLATFORM=%TARGET%
|
||||
)
|
||||
|
||||
if "%TARGET%" == "win-32" (
|
||||
SET PLATFORM=x86
|
||||
)
|
||||
|
||||
if "%TARGET%" == "win-64" (
|
||||
SET PLATFORM=x64
|
||||
)
|
||||
|
||||
if "%PLATFORM%" == "win_32" (
|
||||
SET MACHINE=x86
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user