This file contains hidden or 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
| diff --git a/Jamroot b/Jamroot | |
| index 94494bf..e0d95f7 100755 | |
| --- a/Jamroot | |
| +++ b/Jamroot | |
| @@ -84,7 +84,7 @@ else if [ os.name ] in LINUX MACOSX FREEBSD | |
| local lib = $(prefix)/lib ; | |
| local names = liblua5.1 liblua51 liblua ; | |
| - local extensions = .a .so ; | |
| + local extensions = .a .so .dylib ; |
This file contains hidden or 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
| diff --git a/Jamroot b/Jamroot | |
| index 94494bf..e0d95f7 100755 | |
| --- a/Jamroot | |
| +++ b/Jamroot | |
| @@ -84,7 +84,7 @@ else if [ os.name ] in LINUX MACOSX FREEBSD | |
| local lib = $(prefix)/lib ; | |
| local names = liblua5.1 liblua51 liblua ; | |
| - local extensions = .a .so ; | |
| + local extensions = .a .so .dylib ; |
NewerOlder