build: add FreeBSD support to depends

This commit is contained in:
fanquake
2022-01-03 13:21:58 +08:00
parent 2d7ffce852
commit ae9175f608
8 changed files with 43 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ endif
$(package)_config_libraries=filesystem,system,test
$(package)_cxxflags+=-std=c++17
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC
$(package)_cxxflags_android=-fPIC
$(package)_cxxflags_x86_64_darwin=-fcf-protection=full
$(package)_cxxflags_mingw32=-fcf-protection=full