Host system needs to be known even when looking for build tools.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2541 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-11-25 03:57:33 +00:00
parent aea35dcb92
commit 19e9be02d3
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -970,14 +970,17 @@ EOF
}
prepare_build_system() {
set_system() {
set_build_system
set_host_system
}
prepare_build_system() {
# Include information about programs we can detect for the build system.
. build/unix/config_proginfo_build
}
prepare_host_system() {
set_host_system
# Include information about programs we can detect for the host system.
. build/unix/config_proginfo_host
}