forked from pkulchenko/ZeroBraneStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated OSX executables and added 'fake' proxy for lua-dist support (…
…ref pkulchenko#225). LuaDist relies on using liblua.dylib for all its modules with the same name for both Lua 5.1 and Lua 5.2 interpreters. This presents an issue for ZBS as it needs not only to refer to a proper liblua.dylib, but also to avoid loading two interpreters as its own interperter loads its own library. To resolve this, liblua.dylib doesn't export any symbols (it's a dummy library), but it needs to be present to satisfy dyld dependency (as some of the libraries and LuaDist build process are outside of our control). All the other Lua symbols are already available in memory, but to make LuaDist libraries to use them, we enforce flat namespace.
- Loading branch information
1 parent
5afa0fe
commit 5268b5f
Showing
5 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters