From 7c8cde51d1015028860817b28c11ef063f86a4e6 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 7 Mar 2025 21:04:20 -0700 Subject: [PATCH] build.sh: Drop openssl11 fixes --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 3e0ef7e8f2..ee2e405361 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,6 @@ package_macos() { dylibbundler -cd -of -b -x dist/xemu.app/Contents/MacOS/xemu \ -d ${lib_path}/ \ -p "@executable_path/${lib_rpath}/" \ - -s ${PWD}/macos-libs/${target_arch}/opt/local/libexec/openssl11/lib/ \ -s ${PWD}/macos-libs/${target_arch}/opt/local/lib/ # Fixup some paths dylibbundler missed @@ -227,7 +226,6 @@ case "$platform" in # Adjust compilation options based on platform fi sys_ldflags='-headerpad_max_install_names' export PKG_CONFIG_PATH="${lib_prefix}/lib/pkgconfig" - export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:${lib_prefix}/libexec/openssl11/lib/pkgconfig" opts="$opts --disable-cocoa --cross-prefix=" postbuild='package_macos' ;;