Skip to content

Commit

Permalink
debug! root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 22, 2024
1 parent 66eee7e commit 8cedc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ manylinux-s390x-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_s390x:libssh-v0
manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-v0.9.6"

[tool.cibuildwheel.linux.environment]
STATIC_DEPS_DIR = "$(cat .static-deps-path)"
STATIC_DEPS_DIR = "$(cat /root/.static-deps-path)"
LDFLAGS = "'-L${STATIC_DEPS_PREFIX}/lib64' '-L${STATIC_DEPS_PREFIX}/lib'"
LD_LIBRARY_PATH = "${STATIC_DEPS_PREFIX}/lib64:${STATIC_DEPS_PREFIX}/lib:${LD_LIBRARY_PATH}"

Expand Down

0 comments on commit 8cedc40

Please sign in to comment.