Skip to content

Commit

Permalink
use platform-specific perl path during TEST stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolkening committed Feb 7, 2024
1 parent 8055779 commit 7df24da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3235,7 +3235,7 @@ def _write_test_run_script(
tf.write(
'"{perl}" "{test_file}"\n'.format(
perl=metadata.config.perl_bin(
metadata.config.test_prefix, metadata.config.host_platform
metadata.config.test_prefix, sys.platform
),
test_file=join(metadata.config.test_dir, "run_test.pl"),
)
Expand Down

0 comments on commit 7df24da

Please sign in to comment.