Skip to content

Commit e5b7760

Browse files
committed
makepanda: do not pass -Wl,--exclude-libs on macOS for OpenSSL
Part two of fix for build regression introduced in e78ce78 (see panda3d#851)
1 parent 6b5c473 commit e5b7760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makepanda/makepanda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def parseopts(args):
10701070
SmartPkgEnable("ZLIB", "zlib", ("z"), "zlib.h")
10711071
SmartPkgEnable("GTK2", "gtk+-2.0")
10721072

1073-
if not PkgSkip("OPENSSL"):
1073+
if not PkgSkip("OPENSSL") and GetTarget() != "darwin":
10741074
LibName("OPENSSL", "-Wl,--exclude-libs,libssl.a")
10751075
LibName("OPENSSL", "-Wl,--exclude-libs,libcrypto.a")
10761076

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy