We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c34eb commit c4729e8Copy full SHA for c4729e8
cpydist/bdist_solaris.py
@@ -311,7 +311,8 @@ def run(self):
311
sun_root = os.path.join(build_base, "sun_pure")
312
cmd_install = self.reinitialize_command("install",
313
reinit_subcommands=1)
314
- cmd_install.compile = False
+ cmd_install.byte_code_only = self.byte_code_only
315
+ cmd_install.compile = self.byte_code_only
316
cmd_install.distribution.metadata.name = metadata_name
317
cmd_install.with_mysql_capi = None
318
cmd_install.root = os.path.join(sun_root, self.dstroot)
0 commit comments