jayrod246 / open3DMM

rewriting 3D Movie Maker from source
https://www.open3dmm.com
MIT License
20 stars 1 forks source link

Fix Resinator includes after recent Zig build api changes #9

Closed jayrod246 closed 4 months ago

jayrod246 commented 4 months ago

Blocked by: https://github.com/ziglang/zig/issues/19605

Preprocessing for "src/studio/utest.rc" expects "core/socdef.h", which is installed by our open3dmm-core dependency/artifact. At the moment, resinator does not inherit the "directory that holds all of the installed headers" in it's search path. If that changes, some of these includes I was manually passing may become unnecessary: https://github.com/jayrod246/open3DMM/blob/e719be595125f7fd0c2a95d013ac4ba046c6e553/build.zig#L34-L42