diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-14 19:32:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-14 19:32:12 -0400 |
| commit | 1f9975a7fafa9909ec2d1c355d068511dd1265b1 (patch) | |
| tree | dabbd04d936f81254ae247af9ba1f9600cf96187 | |
| parent | 5d6ea0f5def9981cd46754390a9a30632abd2178 (diff) | |
Fixed Mac build for qo. A proper Makefile would be best, but I have no idea how to write one...
| -rw-r--r-- | new/main_darwin.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new/main_darwin.m b/new/main_darwin.m index 58b2373..8663b58 100644 --- a/new/main_darwin.m +++ b/new/main_darwin.m @@ -1,6 +1,8 @@ // 6 april 2015 #import "uipriv_darwin.h" +// #qo LDFLAGS: -lobjc -framework Foundation -framework AppKit + void uiMain(void) { [NSApp run]; |
