mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Add the constructed config.h file as a dependency of the compiled objects so that it actually gets built.
This commit is contained in:
@@ -91,7 +91,8 @@ else :
|
||||
#
|
||||
# TODO: Decide if this is an issue or not.
|
||||
|
||||
configuration = Configure(baseEnvironment, config_h = buildDirectory + '/l4/config.h')
|
||||
configHPath = buildDirectory + '/l4/config.h'
|
||||
configuration = Configure(baseEnvironment, config_h = configHPath)
|
||||
configData = processCML2Config()
|
||||
arch = None
|
||||
platform = None
|
||||
@@ -123,6 +124,7 @@ else :
|
||||
configuration.env['PLATFORM'] = platform
|
||||
configuration.env['SUBARCH'] = subarch
|
||||
baseEnvironment = configuration.Finish()
|
||||
baseEnvironment.Append(configFiles = ('#' + configHPath,))
|
||||
|
||||
########## Build the libraries ########################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user