winemac: Explicitly link against Foundation.framework.

This commit is contained in:
Brendan Shanks 2023-05-19 11:20:58 -07:00 committed by Alexandre Julliard
parent df6bc20b90
commit f4a43a8b2f

View file

@ -2,7 +2,17 @@ MODULE = winemac.drv
UNIXLIB = winemac.so
IMPORTS = uuid rpcrt4 user32 gdi32 win32u
DELAYIMPORTS = ole32 shell32 imm32
UNIX_LIBS = -lwin32u -framework AppKit -framework Carbon -framework Security -framework OpenGL -framework IOKit -framework CoreVideo -framework QuartzCore $(METAL_LIBS)
UNIX_LIBS = \
-lwin32u \
-framework AppKit \
-framework Carbon \
-framework CoreVideo \
-framework Foundation \
-framework IOKit \
-framework OpenGL \
-framework QuartzCore \
-framework Security \
$(METAL_LIBS)
C_SRCS = \
clipboard.c \