Add native FreeBSD building functionality #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":master"
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?
This commit enables native building on FreeBSD through Cmake + ninja.
@ -1151,3 +1151,3 @@
)
if (UNIX AND NOT APPLE AND NOT ANDROID)
if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT STREQUAL "FreeBSD")
I would just change this to
${CMAKE_SYSTEM_NAME} STREQUAL "Linux"