Severity
Medium
Describe the bug
Linux build command sets CMAKE_OSX_ARCHITECTURES, which is macOS-specific and misleading for Linux builds.
Steps to reproduce
- Build
InfiniFrame.Native.proj on Linux.
- Inspect configure command.
- Observe
-DCMAKE_OSX_ARCHITECTURES=$(CMakeArch).
Expected behavior
Linux-specific architecture handling only.
Actual behavior
Incorrect/misleading configure option.
Logs / Error Output
Minimal reproduction
src/InfiniFrame.Native/InfiniFrame.Native.proj:56
.NET Version
No response
Project Version / Commit
No response
Operating System
No response
Checklist
Severity
Medium
Describe the bug
Linux build command sets
CMAKE_OSX_ARCHITECTURES, which is macOS-specific and misleading for Linux builds.Steps to reproduce
InfiniFrame.Native.projon Linux.-DCMAKE_OSX_ARCHITECTURES=$(CMakeArch).Expected behavior
Linux-specific architecture handling only.
Actual behavior
Incorrect/misleading configure option.
Logs / Error Output
Minimal reproduction
src/InfiniFrame.Native/InfiniFrame.Native.proj:56.NET Version
No response
Project Version / Commit
No response
Operating System
No response
Checklist