Skip to content

Commit 38c9abf

Browse files
author
archibate
committed
fix build
1 parent cd17072 commit 38c9abf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
build_args = []
3737

3838
if sys.platform == 'win32':
39-
build_args.append(['--config', ap.config])
39+
build_args.extend(['--config', ap.config])
4040

4141
args.append('-DPYTHON_EXECUTABLE=' + sys.executable)
4242

projects/gmpm/zecomp

0 commit comments

Comments
 (0)