Added build type to object suffix so switching between configs is a lot quicker.
This commit is contained in:
parent
0bec9f7062
commit
4082f8cb22
@ -831,6 +831,10 @@ env['SPP_TARGET_DEPENDENCIES'] = []
|
|||||||
env['SPP_DEPENDENCIES'] = {}
|
env['SPP_DEPENDENCIES'] = {}
|
||||||
env['SPP_RECIPES'] = {}
|
env['SPP_RECIPES'] = {}
|
||||||
|
|
||||||
|
env['OBJSUFFIX'] = f".{env['BUILD_TYPE']}{env['OBJSUFFIX']}"
|
||||||
|
if variant:
|
||||||
|
env['OBJSUFFIX'] = f".{variant}{env['OBJSUFFIX']}"
|
||||||
|
|
||||||
# create the cache dir
|
# create the cache dir
|
||||||
os.makedirs(env['CACHE_DIR'], exist_ok=True)
|
os.makedirs(env['CACHE_DIR'], exist_ok=True)
|
||||||
cache_gitignore = f'{env["CACHE_DIR"]}/.gitignore'
|
cache_gitignore = f'{env["CACHE_DIR"]}/.gitignore'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user