Skip to content

Commit ff16556

Browse files
committed
Preprocess SystemTriggers in windows build boot phase.
1 parent 9926ab8 commit ff16556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/win32/preprocess.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ goto :EOF
6565
@for %%i in (alice_meta) do @call :PREPROCESS alice %%i
6666
@for %%i in (metd, DdlNodes, PackageNodes) do @call :PREPROCESS dsql %%i -gds_cxx
6767
@for %%i in (gpre_meta) do @call :PREPROCESS gpre/std %%i
68-
@for %%i in (dfw, dpm, dyn_util, fun, grant, ini, met, scl, Function) do @call :PREPROCESS jrd %%i -gds_cxx
68+
@for %%i in (dfw, dpm, dyn_util, fun, grant, ini, met, scl, Function, SystemTriggers) do @call :PREPROCESS jrd %%i -gds_cxx
6969
@for %%i in (stats) do @call :PREPROCESS utilities %%i
7070
@goto :EOF
7171

0 commit comments

Comments
 (0)