Skip to content

Commit 337f9f4

Browse files
authored
Fix CPPFLAGS formatting in build.py
1 parent 98440da commit 337f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def build(self):
9999
run("./configure")
100100
make_options = [
101101
f"-j{self.cpu_count}",
102-
"CPPFLAGS='-DNDEBUG -DSWIG'",
102+
"CPPFLAGS=-DNDEBUG -DSWIG",
103103
]
104104
if self.boost_prefix:
105105
make_options.append(f"BOOST_BASE={self.boost_prefix}")

0 commit comments

Comments
 (0)