store build_dir and prefix configuration options in cache
This commit is contained in:
parent
90300a1606
commit
49116e6b59
@ -94,6 +94,8 @@ module Rscons
|
|||||||
rv = 1
|
rv = 1
|
||||||
end
|
end
|
||||||
co.close
|
co.close
|
||||||
|
cache.configuration_data["build_dir"] = options[:build_dir]
|
||||||
|
cache.configuration_data["prefix"] = options[:prefix]
|
||||||
cache.set_configured(rv == 0)
|
cache.set_configured(rv == 0)
|
||||||
cache.write!
|
cache.write!
|
||||||
rv
|
rv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user