Fixed small bug in VC200x empty configuration call
This commit is contained in:
parent
13cb60a94b
commit
afdc2c37be
@ -53,7 +53,7 @@
|
||||
_p(2,'</Configuration>')
|
||||
elseif not prjcfgs[tstcfg] then
|
||||
-- this is a fake config to make VS happy
|
||||
vc200x.emptyconfiguration(cfg, prjarch)
|
||||
vc200x.emptyconfiguration(cfg, arch)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user