Skip to content

Commit 26317d1

Browse files
committed
Add dependencies to custom command
1 parent 3212a2e commit 26317d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/ext/opcache/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ if(EXT_OPCACHE_JIT)
215215
-o ${CMAKE_CURRENT_BINARY_DIR}/jit/zend_jit_${DASM_ARCH}.c
216216
${CMAKE_CURRENT_SOURCE_DIR}/jit/zend_jit_${DASM_ARCH}.dasc
217217
COMMENT "[ext/opcache] Generating ext/opcache/jit/zend_jit_${DASM_ARCH}.c"
218+
DEPENDS
219+
jit/dynasm/dynasm.lua
220+
jit/zend_jit_${DASM_ARCH}.dasc
218221
VERBATIM
219222
COMMAND_EXPAND_LISTS
220223
)

0 commit comments

Comments
 (0)