Skip to content

Commit 3d95aa4

Browse files
committed
update customize.py
1 parent 1bc4b05 commit 3d95aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/compile-program/customize.py

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

1010
env = i['env']
11-
1211
CPPFLAGS = env.get('+ CPPFLAGS', [])
1312
env['MLC_C_COMPILER_FLAGS'] = " ".join(env.get('+ CFLAGS', []) + CPPFLAGS)
1413
env['MLC_CXX_COMPILER_FLAGS'] = " ".join(

0 commit comments

Comments
 (0)