Fixed small bug in VC200x empty configuration call

This commit is contained in:
Jason Perkins 2012-11-19 16:16:41 -05:00
parent 13cb60a94b
commit afdc2c37be

View File

@ -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