Skip to content

Commit 1bc4b05

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 5720689 commit 1bc4b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/compile-program/customize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def preprocess(i):
88
q = '"' if os_info['platform'] == 'windows' else "'"
99

1010
env = i['env']
11-
11+
1212
CPPFLAGS = env.get('+ CPPFLAGS', [])
1313
env['MLC_C_COMPILER_FLAGS'] = " ".join(env.get('+ CFLAGS', []) + CPPFLAGS)
1414
env['MLC_CXX_COMPILER_FLAGS'] = " ".join(

0 commit comments

Comments
 (0)