Skip to content

Commit

Permalink
debug! cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 23, 2024
1 parent 83467d2 commit 755b776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ manylinux-x86_64-image = "ghcr.io/ansible/pylibssh-manylinux_2_28_x86_64:libssh-
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}"
CFLAGS="'-I$(cat /root/.static-deps-path)/include'"
LDFLAGS = "'-L$(cat /root/.static-deps-path)/lib64' '-L$(cat /root/.static-deps-path)/lib'"
LD_LIBRARY_PATH = "$(cat /root/.static-deps-path)/lib64:$(cat /root/.static-deps-path)/lib:${LD_LIBRARY_PATH}"

Expand Down

0 comments on commit 755b776

Please sign in to comment.