mirror of https://github.com/xemu-project/xemu.git
build.sh: Drop openssl11 fixes
This commit is contained in:
parent
38b7cbe668
commit
7c8cde51d1
2
build.sh
2
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'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue