Fix build error with clean builds

Needed after d1b3439b80. Think the error only happened with fresh builds,
where dna_type_offsets.h didn't already exist.

We have to do the same in other places too, see 8594cdb456.
This commit is contained in:
Julian Eisel 2020-10-15 22:58:33 +02:00
parent e936f04258
commit ba8233174c
Notes: blender-bot 2023-02-14 05:44:22 +01:00
Referenced by issue #81791, Can`t start Blender (instacrash), 2.91
Referenced by issue #81775, Crash on Exiting Texture Paint With Multiresolution (Image Editor involved)
Referenced by issue #81769, GPU hungs after start cycle rendering
1 changed files with 2 additions and 0 deletions

View File

@ -81,3 +81,5 @@ endif()
blender_add_lib(bf_gpencil_modifiers "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_dependencies(bf_gpencil_modifiers bf_dna)