File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ echo %clang% %version%: %std%
1919set UCAP = %unit%
2020call :toupper UCAP
2121
22- set unit_select = -D%unit % _CONFIG_SELECT_%UCAP% =%unit % _%UCAP% _DEFAULT
23- :: set unit_select=-D%unit %_CONFIG_SELECT_%UCAP%=%unit %_%UCAP%_NONSTD
24- :: set unit_select=-D%unit %_CONFIG_SELECT_%UCAP%=%unit %_%UCAP%_STD
22+ set unit_select = -D%unit_prfx % _CONFIG_SELECT_%UCAP% =%unit_prfx % _%UCAP% _DEFAULT
23+ :: set unit_select=-D%unit_prfx %_CONFIG_SELECT_%UCAP%=%unit_prfx %_%UCAP%_NONSTD
24+ :: set unit_select=-D%unit_prfx %_CONFIG_SELECT_%UCAP%=%unit_prfx %_%UCAP%_STD
2525
2626set unit_config = ^
2727 -Dnssv_CONFIG_STD_SV_OPERATOR=1 ^
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ echo %gpp% %version%: %std% %args%
2020set UCAP = %unit%
2121call :toupper UCAP
2222
23- set unit_select = -D%unit % _CONFIG_SELECT_%UCAP% =%unit % _%UCAP% _DEFAULT
24- :: set unit_select=-D%unit %_CONFIG_SELECT_%UCAP%=%unit %_%UCAP%_NONSTD
25- :: set unit_select=-D%unit %_CONFIG_SELECT_%UCAP%=%unit %_%UCAP%_STD
23+ set unit_select = -D%unit_prfx % _CONFIG_SELECT_%UCAP% =%unit_prfx % _%UCAP% _DEFAULT
24+ :: set unit_select=-D%unit_prfx %_CONFIG_SELECT_%UCAP%=%unit_prfx %_%UCAP%_NONSTD
25+ :: set unit_select=-D%unit_prfx %_CONFIG_SELECT_%UCAP%=%unit_prfx %_%UCAP%_STD
2626
2727set unit_config = ^
2828 -Dnssv_CONFIG_STD_SV_OPERATOR=1 ^
You can’t perform that action at this time.
0 commit comments