We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e2ba6 commit 00645bfCopy full SHA for 00645bf
2 files changed
code/mqcredist/pyproject.toml
@@ -25,6 +25,7 @@ packages = "find:"
25
26
[tool.cibuildwheel]
27
environment-pass = ["MQ_FILE_PATH"]
28
+environment = "LD_LIBRARY_PATH='/project/ibm-mq-c/lib64;/project/ibm-mq-c/gskit9/lib64/'"
29
# We enable all builds and then cherry-pick the platforms via the `build`
30
# configuration below.
31
enable = ["all"]
pyproject.toml
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
8
9
10
11
12
0 commit comments