diff --git a/src/actions/vstudio/vs2010_vcxproj_user.lua b/src/actions/vstudio/vs2010_vcxproj_user.lua index bc54aae3..8c4e75e8 100755 --- a/src/actions/vstudio/vs2010_vcxproj_user.lua +++ b/src/actions/vstudio/vs2010_vcxproj_user.lua @@ -87,11 +87,6 @@ function m.localDebuggerCommand(cfg) if cfg.debugcommand then - if not path.isabsolute(cfg.debugcommand) then - print("Error: debugcommand must be an absolute path") - os.exit(1) - end - local dir = cfg.debugcommand p.w('%s', path.translate(dir)) end