Skip to content

Commit 5720689

Browse files
committed
update customize.py
1 parent f5ac959 commit 5720689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/compile-program/customize.py

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

1010
env = i['env']
11+
1112
CPPFLAGS = env.get('+ CPPFLAGS', [])
1213
env['MLC_C_COMPILER_FLAGS'] = " ".join(env.get('+ CFLAGS', []) + CPPFLAGS)
1314
env['MLC_CXX_COMPILER_FLAGS'] = " ".join(

0 commit comments

Comments
 (0)