build: remove boost::filesystem usage

This commit is contained in:
Kiminuo
2020-06-11 10:04:33 +02:00
committed by fanquake
parent 41d7166c8a
commit b87f9c5edf
11 changed files with 7 additions and 151 deletions

View File

@@ -22,7 +22,7 @@ $(package)_toolset_$(host_os)=clang
else
$(package)_toolset_$(host_os)=gcc
endif
$(package)_config_libraries=filesystem,system,test
$(package)_config_libraries=system,test
$(package)_cxxflags+=-std=c++17
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC