From b18c1ec68392979fd12483a5d68acca4e1c42221 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 4 May 2017 15:41:30 +0200 Subject: Fix macOS build. --- Makethird | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 7ac23105..b5ae6a65 100644 --- a/Makethird +++ b/Makethird @@ -622,15 +622,14 @@ GLFW_OUT := $(OUT)/thirdparty/glfw ifeq "$(OS)" "MACOS" GLFW_SRC := \ - cocoa_time.c \ cocoa_init.m \ + cocoa_joystick.m \ cocoa_monitor.m \ + cocoa_time.c \ cocoa_window.m \ context.c \ init.c \ input.c \ - iokit_joystick.m \ - mach_time.m \ monitor.c \ nsgl_context.m \ posix_tls.c \ -- cgit v1.2.3