fix 修改安装的windows 没有定义宏定义的问题

This commit is contained in:
shijianquan 2025-07-04 22:02:07 +08:00
parent bdc026b45b
commit c391f6a9ef

View File

@ -11,6 +11,8 @@ if defined ISCS6000_OS (
set OS_DEFINE=%ISCS6000_OS%
)
OS_DEFINE=windows10
if exist "%scriptPath%\..\product\%OS_DEFINE%_debug\" (
set SETUP_DEBUG_RELEASE=debug
) else (