Fix build failing due to missing dna offsets for realtime compositor
Add dependency like other modules. Pull Request: https://projects.blender.org/blender/blender/pulls/108890
This commit is contained in:
committed by
Brecht Van Lommel
parent
fddd83f8b1
commit
d75be31b18
@@ -298,3 +298,6 @@ if(WITH_OPENCOLORIO)
|
||||
endif()
|
||||
|
||||
blender_add_lib(bf_realtime_compositor "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
||||
|
||||
# Needed so we can use dna_type_offsets.h
|
||||
add_dependencies(bf_realtime_compositor bf_dna)
|
||||
|
||||
Reference in New Issue
Block a user