Merge pull request #1125 from Blizzard/project_specific_config_order_switch
Swap order of applying project specific config
This commit is contained in:
commit
a713eccf96
@ -100,8 +100,8 @@
|
||||
|
||||
local environ = {}
|
||||
local fsub = context.new(prj, environ)
|
||||
context.copyFilters(fsub, cfg)
|
||||
context.mergeFilters(fsub, fcfg)
|
||||
context.copyFilters(fsub, fcfg)
|
||||
context.mergeFilters(fsub, cfg)
|
||||
|
||||
fcfg.configs[cfg] = fsub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user