Merge pull request #527 from adamharrison/native-interop
Native Plugins
This commit is contained in:
@@ -140,8 +140,6 @@ init_lua:
|
||||
lua_setglobal(L, "EXEFILE");
|
||||
|
||||
#ifdef __APPLE__
|
||||
lua_pushboolean(L, true);
|
||||
lua_setglobal(L, "MACOS");
|
||||
enable_momentum_scroll();
|
||||
#ifdef MACOS_USE_BUNDLE
|
||||
set_macos_bundle_resources(L);
|
||||
|
||||
Reference in New Issue
Block a user