-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for CMake and 64-bit builds #15
Conversation
…om snowflake spin value
…types in std namespace
…types in std namespace
…-bit compatible nodes structure
…POSTFIX doesn't seem to work with undefined build type
…re supposed to set them manually to target properties
While we're here, tested build with Clang 19. Except that it spews tons of warnings about inconsistently missing |
Thanks! There're a lot of |
Shouldn't this be a loop? Looks like only the first element is copied over Upd: did a PR to main repo FWGS#507 |
Did you made any changes to nodes format? This code is basically from hlsdk-portable and it should just work. It was contributed by somebody else and I'm not sure how it should work. |
@a1batross I fixed it in the PR to hlsdk-portable |
Tested to work on provided maps from latest release.
CMake now properly respects install path (which I personally use everywhere, but didn't knew it's broken even in
hlsdk-portable
), copies binaries tofeatureful
directory and don't force default Unix install prefix (which we don't use anywhere).I haven't tested other platforms than
linux-amd64
, but they all should work as well.