diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d323b6c..ce5a7f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -18,7 +18,7 @@ IF(LUA_EXEC_NAME STREQUAL "luajit") | |||
18 | NO_DEFAULT_PATH) | 18 | NO_DEFAULT_PATH) |
19 | ELSEIF(LUA_EXEC_NAME MATCHES "lua.*") | 19 | ELSEIF(LUA_EXEC_NAME MATCHES "lua.*") |
20 | FIND_LIBRARY(LUA_LIBRARIES | 20 | FIND_LIBRARY(LUA_LIBRARIES |
21 | NAMES lua lua54 lua53 lua52 lua51 liblua liblua54 liblua53 liblua52 liblua51 | 21 | NAMES lua lua54 lua53 lua52 lua51 liblua liblua54 liblua53 liblua52 liblua51 liblua5.4 liblua5.3 liblua5.2 liblua5.1 |
22 | PATHS ${LUA_INCDIR}/../lib ${LUA_INCDIR}/../../lib | 22 | PATHS ${LUA_INCDIR}/../lib ${LUA_INCDIR}/../../lib |
23 | NO_DEFAULT_PATH) | 23 | NO_DEFAULT_PATH) |
24 | ENDIF() | 24 | ENDIF() |
@@ -8,7 +8,7 @@ Moonscript is a language that compiles to Lua. Since original Moonscript has bee | |||
8 | 8 | ||
9 | So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programing paradigms to make Moonscript language more expressive and productive. | 9 | So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programing paradigms to make Moonscript language more expressive and productive. |
10 | 10 | ||
11 | Yue (月) is the name of Moon in Chinese and it's pronounced as [jyɛ]. | 11 | Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. |
12 | 12 | ||
13 | 13 | ||
14 | ## Features | 14 | ## Features |