Bootstrappable Builds

This commit is contained in:
tobtoht
2024-12-08 18:00:32 +01:00
parent cc73fe7116
commit b2ff7641a5
46 changed files with 3286 additions and 1565 deletions
+1 -1
View File
@@ -1113,7 +1113,7 @@ if(MINGW)
elseif(APPLE OR OPENBSD OR ANDROID)
set(EXTRA_LIBRARIES "")
elseif(FREEBSD)
set(EXTRA_LIBRARIES execinfo)
set(EXTRA_LIBRARIES execinfo elf)
elseif(DRAGONFLY)
find_library(COMPAT compat)
set(EXTRA_LIBRARIES execinfo ${COMPAT})