diff options
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/default b/configs/default index a6ac0b72805..2b0eb196d9e 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 |