Katalin Rebhan
Katalin Rebhan
common stale bot L 🤫
> Huh? > will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment. What can I say, except that stale bot's...
^ > InstalledDir: /Library/Developer/CommandLineTools/usr/bin What’s the output when you run c++ --version, with the compiler that works? On my system, the used tools are inside the Xcode bundle: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ~~Interestingly,...
Just to test, does it work with the Xcode toolchain? Run xcode-select -s /Applications/Xcode.app/Contents/Developer (to switch back, xcode-select -s /Library/Developer/CommandLineTools)
Confirmed works for me! Thanks!
The app_bundle function? I can probably do that. I looked into it originally but then didn't do it because this is 90% the same as executable() and also this way...
> I have been thinking about this also and maybe having a top level function for this is not the best thing to do. Because in practice it would mean...
I've been reading https://github.com/mesonbuild/meson/issues/106 and I feel like some of that discussion is relevant for this too, particularly https://github.com/mesonbuild/meson/issues/106#issuecomment-2194682552 and https://github.com/mesonbuild/meson/issues/106#issuecomment-2195061610. Right now, in the implementation in this PR, frameworks...
Yes, this is written with building multiple bundles per project in mind. Think e.g. a project that builds a couple graphical applications (app bundles) and also maybe a CLI tool,...
Be aware that while it works, at least for app bundles, this is still very much WIP and I haven't touched the content of it in a while. For now...