Bootstrappable Builds

This commit is contained in:
tobtoht
2023-07-02 21:00:24 +02:00
parent cc73fe7116
commit b2ff7641a5
46 changed files with 3286 additions and 1565 deletions

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})