build: Link warning on macos.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m15s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m15s
This commit is contained in:
parent
6eb3b64334
commit
1a626875cf
@ -808,7 +808,7 @@ $(MINIUNZIP_OBJS): CFLAGS += \
|
||||
LDFLAGS += \
|
||||
-pthread \
|
||||
-lm
|
||||
$(HOST_TARGETS) $(IOS_TARGETS) $(IOSSIM_TARGETS) $(AARCH64_TARGETS) $(MACOS_TARGETS): LDFLAGS += \
|
||||
$(HOST_TARGETS) $(IOS_TARGETS) $(IOSSIM_TARGETS) $(AARCH64_TARGETS) $(filter-out $(HOST_TARGETS),$(MACOS_TARGETS)): LDFLAGS += \
|
||||
-lssl \
|
||||
-lcrypto
|
||||
ifneq ($(UNAME_S),Haiku)
|
||||
|
Loading…
x
Reference in New Issue
Block a user