Skip to content

Commit 547e24f

Browse files
committed
Set OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1
Because otherwise we started to run into errors during configuration of ruby with the 3.0.x series.
1 parent ea08d3e commit 547e24f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/mk_osxcross.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ rm -rf *~ build tarballs/*
2727
echo "export PATH=/opt/osxcross/target/bin:\$PATH" >> /etc/rubybashrc
2828
echo "export MACOSX_DEPLOYMENT_TARGET=10.13" >> /etc/rubybashrc
2929
echo "export OSXCROSS_MP_INC=1" >> /etc/rubybashrc
30+
echo "export OSXCROSS_PKG_CONFIG_USE_NATIVE_VARIABLES=1" >> /etc/rubybashrc
31+
3032

3133
# Add links to build tools without target version kind of:
3234
# arm64-apple-darwin-clang => arm64-apple-darwin20.1-clang

0 commit comments

Comments
 (0)