Nick Clark
Nick Clark
I don't believe adding files directly to the virtual file structure is necessarily the best solution. There is a path forward with fixing up part of the Utility exporter to...
Definitely agree that we should have a larger discussion. @tritao @Jarod42 if you are both Discord users, drop your usernames here and I'll get you both invited to a Discord...
Also, same to anyone in the @premake/full-team
@tritao @Jarod42 @redorav sent all of you friend requests (DragonSlayer0531). Shoot me a DM once you add me back and I'll get you server access 👍
@KyrietS want in?
What is a meeting ;)
> Possible fix, untested: > > ```c > /** > * \file os_hostarch.c > * \brief Get the architecture for the current host OS we're executing on. > * \author...
Doing things based on premake host architecture also feels like an anti-pattern. I agree, this is definitely an edge case. I don't know what we would name and deprecate with....
You should likely be filtering using `filter "architecture:arm"`, for example. I'm saying it's probably an antipattern to filter based on the architecture of the computer running premake. It's perfectly reasonable...
Okay, yeah, let's fix the actual issue then rather than updating docs (as @tritao suggested)