Fixed Mac build for qo. A proper Makefile would be best, but I have no idea how to write one...

This commit is contained in:
Pietro Gagliardi 2015-04-14 19:32:12 -04:00
parent 5d6ea0f5de
commit 1f9975a7fa
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// 6 april 2015
#import "uipriv_darwin.h"
// #qo LDFLAGS: -lobjc -framework Foundation -framework AppKit
void uiMain(void)
{
[NSApp run];