Open MasonRemaley opened 6 days ago
Out of curiosity, are you now building on a different host system? I could be wrong, but I think ""
acting like "."
is platform dependent.
Same system--I deleted my cache and rebuilt and then got this failure.
Zig Version
0.14.0-dev.1820+ea527f7a8
Steps to Reproduce and Observed Behavior
This project's build script used to have this line:
However, under the current version of Zig this results in an error:
If you change the initial "" to "." then it works as expected:
Expected Behavior
I expected this line to install the headers it finds in the root of upstream into the include directory.