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:
parent
5d6ea0f5de
commit
1f9975a7fa
|
@ -1,6 +1,8 @@
|
||||||
// 6 april 2015
|
// 6 april 2015
|
||||||
#import "uipriv_darwin.h"
|
#import "uipriv_darwin.h"
|
||||||
|
|
||||||
|
// #qo LDFLAGS: -lobjc -framework Foundation -framework AppKit
|
||||||
|
|
||||||
void uiMain(void)
|
void uiMain(void)
|
||||||
{
|
{
|
||||||
[NSApp run];
|
[NSApp run];
|
||||||
|
|
Loading…
Reference in New Issue