aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 48d20600..57ad1996 100755
--- a/emcc
+++ b/emcc
@@ -172,7 +172,7 @@ if EMMAKEN_CFLAGS: CC_ADDITIONAL_ARGS += EMMAKEN_CFLAGS.split(' ')
# ---------------- Utilities ---------------
-SOURCE_SUFFIXES = ('.c', '.cpp', '.cxx')
+SOURCE_SUFFIXES = ('.c', '.cpp', '.cxx', '.cc')
def unsuffixed(name):
return '.'.join(name.split('.')[:-1])