diff options
| author | yangwei <[email protected]> | 2023-06-02 17:47:38 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-06-02 17:47:38 +0800 |
| commit | f384a719c26668424cb6e1f88a1c628975166b3a (patch) | |
| tree | a1909ad74a2568d0b77ee737aeff8c8b93895301 /ci/travis.sh | |
| parent | 7760c274c258b19585f40b8db5f443d7ead425d6 (diff) | |
🔧 build(cmake): 调整luajit编译方式,控制在build目录内Build-refactor-luajit-compile
Diffstat (limited to 'ci/travis.sh')
| -rw-r--r-- | ci/travis.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index c1472e0..928c108 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -44,7 +44,6 @@ cmake3 -DCMAKE_CXX_FLAGS=$CXX_FLAGS \ -DCMAKE_BUILD_TYPE=$BUILD_TYPE \ -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX \ -DENABLE_DEVEL=$ENABLE_DEVEL_SWITCH \ - -DBUILD_STATIC_LIB=$BUILD_STATIC_LIB \ .. make |
