diff options
| author | “pengxuanzheng” <[email protected]> | 2022-07-27 09:43:41 +0000 |
|---|---|---|
| committer | “pengxuanzheng” <[email protected]> | 2022-07-28 07:33:53 +0000 |
| commit | a076662ade64ace4c1019fd726b5077c5df76abe (patch) | |
| tree | cc889d584bf66115f8cb917569a872cae0c205c0 /support | |
| parent | b72a2c160fd81df15732b17468aa24d81c43b4a1 (diff) | |
✨ feat(TSG-11154): 增加静态库v1.1.3
Diffstat (limited to 'support')
| -rw-r--r-- | support/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | support/luajit2-2.1-agentzh.zip | bin | 1231367 -> 1231422 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt index c3cb5c7..ea15756 100644 --- a/support/CMakeLists.txt +++ b/support/CMakeLists.txt @@ -4,8 +4,8 @@ include(ExternalProject) ### luajit-2.1 set(LUAJIT2_ROOT ${CMAKE_CURRENT_BINARY_DIR}) set(LUAJIT2_URL ${CMAKE_CURRENT_SOURCE_DIR}/luajit2-2.1-agentzh.zip) -set(LUAJIT2_URL_MD5 6e17cd2263473f9b85b47d0736cf12da) -set(LUAJIT2_MAKE cd ${LUAJIT2_ROOT}/luajit2/src/luajit2 && make) +set(LUAJIT2_URL_MD5 37c03c469aa461ec44a0e4cebf1ceb52) +set(LUAJIT2_MAKE cd ${LUAJIT2_ROOT}/luajit2/src/luajit2 && make BUILD_STATIC_LIB=${BUILD_STATIC_LIB}) set(LUAJIT2_INSTALL cd ${LUAJIT2_ROOT}/luajit2/src/luajit2 && make install PREFIX=${LUAJIT_INSTALL_PREFIX}) ExternalProject_Add(luajit2 diff --git a/support/luajit2-2.1-agentzh.zip b/support/luajit2-2.1-agentzh.zip Binary files differindex 12a941f..11e3fc5 100644 --- a/support/luajit2-2.1-agentzh.zip +++ b/support/luajit2-2.1-agentzh.zip |
