Skip to content

Commit 6b9dc56

Browse files
committed
Fixed compiler bugs which prevented compilation of optimized binaries
1 parent 0195c7b commit 6b9dc56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quantcrypt/internal/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def run(cls,
253253
if not accepted:
254254
return rejected
255255

256+
utils.patch_distutils()
256257
with cls.build_path():
257258
for target in accepted:
258259
if verbose or debug: # pragma: no cover

0 commit comments

Comments
 (0)