rscons/build_tests/configure/check_lib_libpath2.rb
2022-01-23 16:44:18 -05:00

11 lines
218 B
Ruby

configure do
check_lib "m", check_libpath: ["./usr1"]
check_lib "frobulous", check_libpath: ["./usr2"]
end
default do
Environment.new(echo: :command) do |env|
env.Program("simple.exe", "simple.c")
end
end