Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cross-compiler compatibility: const -> constexpr
As suggested in Zylann#387 This allowed 2 full Mac builds using these commands: ``` scons platform=osx arch=x86_64 --jobs=$(sysctl -n hw.logicalcpu) warnings=all tools=yes tests=no target=release_debug production=yes ``` ``` scons platform=osx arch=arm64 --jobs=$(sysctl -n hw.logicalcpu) warnings=all tools=yes tests=no target=release_debug production=yes voxel_fast_noise_2=false ``` - ( Also after having the VulkanSDK like mentioned here[1] and after deleting the `denoise` module which doesn't like ARM64) [1]: godotengine/godot#57622 (comment)
- Loading branch information