aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ide
diff options
context:
space:
mode:
authorMichael Soegtrop2020-12-27 11:50:11 +0100
committerMichael Soegtrop2020-12-27 11:51:01 +0100
commitced34256415b7c37c3eca11cb01fa7eb91cc518d (patch)
tree22aca442be7f625538329060eb1285b648b69afe /Makefile.ide
parent61089d86149c87de3078a5217593a9d0aef5e402 (diff)
CoqIDE: Fix CC reference in makefile
Diffstat (limited to 'Makefile.ide')
-rw-r--r--Makefile.ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ide b/Makefile.ide
index 9964a474f8..54bf0b6a4e 100644
--- a/Makefile.ide
+++ b/Makefile.ide
@@ -298,7 +298,7 @@ $(COQIDEAPP):$(COQIDEAPP)/Contents/Resources
###########################################################################
# This is either x86_64-w64-mingw32 or i686-w64-mingw32
-TARGET_ARCH=$(shell $CC -dumpmachine)
+TARGET_ARCH=$(shell $(CC) -dumpmachine)
%.o: %.rc
$(SHOW)'WINDRES $<'