Skip to content

Commit 00645bf

Browse files
committed
Try env variables.
1 parent 77e2ba6 commit 00645bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

code/mqcredist/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ packages = "find:"
2525

2626
[tool.cibuildwheel]
2727
environment-pass = ["MQ_FILE_PATH"]
28+
environment = "LD_LIBRARY_PATH='/project/ibm-mq-c/lib64;/project/ibm-mq-c/gskit9/lib64/'"
2829
# We enable all builds and then cherry-pick the platforms via the `build`
2930
# configuration below.
3031
enable = ["all"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[tool.cibuildwheel]
88
environment-pass = ["MQ_FILE_PATH"]
9+
environment = "LD_LIBRARY_PATH='/project/ibm-mq-c/lib64;/project/ibm-mq-c/gskit9/lib64/'"
910
# We enable all builds and then cherry-pick the platforms via the `build`
1011
# configuration below.
1112
enable = ["all"]

0 commit comments

Comments
 (0)