Skip to content

Commit 52072a9

Browse files
committed
New command engine: enable for .in source processing
commit_hash:82469b351b1b310f3d6d6f136b56bfd898b34016
1 parent 28a80e6 commit 52072a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ymake.core.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,6 +3111,7 @@ macro _SRC("pyx", SRC, SRCFLAGS...) {
31113111
# tag:src-processing
31123112
macro _SRC("in", SRC, SRCFLAGS...) {
31133113
.CMD=$CONFIGURE_FILE(${SRC} ${nopath;noext:SRC})
3114+
.STRUCT_CMD=yes
31143115
.SEM=$CONFIGURE_FILE(${SRC} ${nopath;noext:SRC})
31153116
}
31163117

0 commit comments

Comments
 (0)