Add native FreeBSD building functionality #35

Merged
crueter merged 2 commits from :master into master 2025-07-11 10:05:18 +02:00
Member

This commit enables native building on FreeBSD through Cmake + ninja.

This commit enables native building on FreeBSD through Cmake + ninja.
SDK-Chan added 1 commit 2025-07-10 17:27:23 +02:00
Add native FreeBSD building functionality
Some checks failed
eden-license / license-header (pull_request) Failing after 22s
86d7938f72
crueter requested changes 2025-07-10 19:51:58 +02:00
Dismissed
@ -1151,3 +1151,3 @@
)
if (UNIX AND NOT APPLE AND NOT ANDROID)
if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT STREQUAL "FreeBSD")
Owner

I would just change this to ${CMAKE_SYSTEM_NAME} STREQUAL "Linux"

I would just change this to `${CMAKE_SYSTEM_NAME} STREQUAL "Linux"`
crueter marked this conversation as resolved
SDK-Chan added 1 commit 2025-07-10 20:03:00 +02:00
Update src/core/CMakeLists.txt
All checks were successful
eden-license / license-header (pull_request) Successful in 16s
8250bc3969
crueter dismissed crueter's review 2025-07-11 09:55:09 +02:00
crueter approved these changes 2025-07-11 09:55:14 +02:00
crueter merged commit 7f48f4efb6 into master 2025-07-11 10:05:18 +02:00
Sign in to join this conversation.
No description provided.