summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/llmr-app.gyp5
-rw-r--r--macosx/main.mm2
2 files changed, 5 insertions, 2 deletions
diff --git a/macosx/llmr-app.gyp b/macosx/llmr-app.gyp
index 3c1bfedf77..b6a42c91c9 100644
--- a/macosx/llmr-app.gyp
+++ b/macosx/llmr-app.gyp
@@ -12,7 +12,10 @@
'./main.mm',
'./settings.mm',
'./settings.hpp',
- '../common/foundation_request.mm'
+ '../common/glfw_view.hpp',
+ '../common/glfw_view.cpp',
+ '../common/foundation_request.h',
+ '../common/foundation_request.mm',
],
'product_extension': 'app',
'mac_bundle': 1,
diff --git a/macosx/main.mm b/macosx/main.mm
index 6a40f22e11..c6cc04d843 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -2,7 +2,7 @@
#import <AppKit/AppKit.h>
#include "settings.hpp"
-#include "../common/map_view.cpp"
+#include "../common/glfw_view.hpp"
#include <cstdio>