Skip to content

Commit

Permalink
Export locations before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent 8c84820 commit e4ebad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/cryptogrpahy/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export CIBW_SKIP='*-musllinux_* *-macosx_*'
export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && curl https://sh.rustup.rs -sSf | sh -s -- -y'
export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin CFLAGS="$CFLAGS $(pkg-config --cflags openssl11)" LDFLAGS="$LDFLAGS $(pkg-config --libs openssl11)"'
export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin'
export CIBW_BEFORE_BUILD_LINUX='export CFLAGS="$CFLAGS $(pkg-config --cflags openssl11)" && export LDFLAGS="$LDFLAGS $(pkg-config --libs openssl11)'

0 comments on commit e4ebad4

Please sign in to comment.