mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
JavaScript: Remove unnecessary CCCOM and CXXCOM overrides
The CXXCOM one was wrong too (using CFLAGS).
This commit is contained in:
parent
e6b0829d76
commit
da6ec98e8e
1 changed files with 0 additions and 2 deletions
|
|
@ -54,8 +54,6 @@ def configure(env):
|
|||
|
||||
env['OBJSUFFIX'] = '.bc'
|
||||
env['LIBSUFFIX'] = '.bc'
|
||||
env['CCCOM'] = "$CC -o $TARGET $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES"
|
||||
env['CXXCOM'] = "$CC -o $TARGET $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES"
|
||||
|
||||
# env.Append(LIBS=['c','m','stdc++','log','GLESv1_CM','GLESv2'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue