Commit f4a43a8b authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

winemac: Explicitly link against Foundation.framework.

parent df6bc20b
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment