Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/codeblocks/codeblocks_cbp.lua')
-rw-r--r--src/actions/codeblocks/codeblocks_cbp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/codeblocks/codeblocks_cbp.lua b/src/actions/codeblocks/codeblocks_cbp.lua
index 3abd92e..9d8a4fa 100644
--- a/src/actions/codeblocks/codeblocks_cbp.lua
+++ b/src/actions/codeblocks/codeblocks_cbp.lua
@@ -54,7 +54,7 @@
_p(4,'</remote_debugging>')
_p(3,'</debugger>')
else
- error('Sorry at this moment there is no support for debug environment variables with this debugger and codeblocks')
+ error('Sorry at this moment there is no support for debug environment variables with this debugger and codeblocks')
end
end
@@ -173,7 +173,7 @@
codeblocks.files(prj)
_p(2,'<Extensions>')
- for _, platform in ipairs(platforms) do
+ for _, platform in ipairs(platforms) do
for cfg in premake.eachconfig(prj, platform) do
if cfg.debugenvs and #cfg.debugenvs > 0 then
premake.codeblocks.debugenvs(cfg)