diff options
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |