Fawzi Mohamed
Fawzi Mohamed
I might have missed something, but I also want to pass some linker flags to zig, and I do not know how. I am building a plugin with zig. It...
it seems that for my use case a solution has been added to the linker, see https://github.com/ziglang/zig/issues/3085 , also -Wl,-undefined,dynamic_lookup should work as described in https://github.com/ziglang/zig/issues/8180 and I still miss...
also that is solved, `lib.linker_allow_shlib_undefined = true`, not all options of the library objects are available at construction time in Build.SharedLibraryOptions...(thanks !no ones uncle)
I came across this issue when trying to have the versions in my submodules. In the end as I did not need all fallbacks and I could easily change the...