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/tools/gcc.lua')
-rw-r--r--src/tools/gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/gcc.lua b/src/tools/gcc.lua
index 985d4f4..2268d7d 100644
--- a/src/tools/gcc.lua
+++ b/src/tools/gcc.lua
@@ -85,7 +85,7 @@
ldflags = "-L$(LIBOGC_LIB) $(MACHDEP)",
cfgsettings = [[
ifeq ($(strip $(DEVKITPPC)),)
- $(error "DEVKITPPC environment variable is not set")'
+ $(error "DEVKITPPC environment variable is not set")'
endif
include $(DEVKITPPC)/wii_rules']],
},