blob: 05f5b1e129da1d3edd9d7144d567e2e8ff6a697f (
plain)
1
2
3
4
5
6
7
8
|
compiler_path = "clang++"
compiler_std = "c++20"
headers_path = [ "lib" ]
sources_path = [ "install.cc" ]
output_name = "install.o"
compiler_flags = [ "-fPIC" ]
cpp_macros = [ "__INSTALL__" ]
run_after_build = false
|