build: use main-fn-cocoa.c on OSX

Broken by a434892208.
This commit is contained in:
wm4 2017-08-08 14:56:44 +02:00
parent 0e0b87b6f3
commit 2ad79785cc
1 changed files with 1 additions and 1 deletions

View File

@ -120,9 +120,9 @@ def build(ctx):
ctx(features = "ebml_definitions", target = "ebml_defs.c")
main_fn_c = ctx.pick_first_matching_dep([
( "osdep/main-fn-cocoa.c", "cocoa" ),
( "osdep/main-fn-unix.c", "posix" ),
( "osdep/main-fn-win.c", "win32-desktop" ),
( "osdep/main-fn-cocoa.c", "cocoa" ),
])
getch2_c = ctx.pick_first_matching_dep([