#Is it possible to give the compile process an output directory?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I looked through the options that you get with zig build-exe -h but I couldn't find any option that does that.
Does -femit-bin=path/to/binary do what you want?
It only generates the .obj file and then gives out this error: error: lld-link: cannot open output file hello\world: Is a directory.
hello and world are the two nested directories that I made to test.