[ci] Minor change to fix building #2644
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "shinmegumi-ci-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MSVC did not like that one of our variables was a constexpr since it was defined in the externals as a constexpr. Changed to const auto like the rest to ensure it built properly.