summaryrefslogtreecommitdiff
path: root/configs/default
diff options
context:
space:
mode:
Diffstat (limited to 'configs/default')
-rw-r--r--configs/default4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/default b/configs/default
index a6ac0b7280..2b0eb196d9 100644
--- a/configs/default
+++ b/configs/default
@@ -25,6 +25,10 @@ CXXFLAGS = -O
LDFLAGS =
GLU_CFLAGS =
+# Compiler for building demos/tests/etc
+APP_CC = $(CC)
+APP_CXX = $(CXX)
+
# Misc tools and flags
SHELL = /bin/sh
MKLIB = $(SHELL) $(TOP)/bin/mklib