mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: LCL_PLATFORM variable support
This commit is contained in:
parent
dd696b6f4c
commit
082a842ab8
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ if not "%OS_TARGET%" == "" (
|
|||
if not "%CPU_TARGET%" == "" (
|
||||
set DC_ARCH=%DC_ARCH% --cpu=%CPU_TARGET%
|
||||
)
|
||||
if not "%LCL_PLATFORM%" == "" (
|
||||
set DC_ARCH=%DC_ARCH% --ws=%LCL_PLATFORM%
|
||||
)
|
||||
|
||||
if "%1"=="components" ( call :components
|
||||
) else (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue