aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLua.cmake
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-09-11 13:39:49 +0200
committerdundargoc <gocdundar@gmail.com>2022-10-02 12:39:20 +0200
commit06addcfaa956d5cffeba10ff9e41c4e8e2a33d1d (patch)
tree8828b23d6a4fcfc080ac87f4fb750deab0d43f43 /cmake.deps/cmake/BuildLua.cmake
parentdd35bc28403682c6c9d5c6c2779dee71ad9f10a6 (diff)
downloadrneovim-06addcfaa956d5cffeba10ff9e41c4e8e2a33d1d.tar.gz
rneovim-06addcfaa956d5cffeba10ff9e41c4e8e2a33d1d.tar.bz2
rneovim-06addcfaa956d5cffeba10ff9e41c4e8e2a33d1d.zip
build: remove unused variable CMAKE_C_COMPILER_ARG1
It was set in file cmake/i386-linux-gnu.toolchain.cmake which has been removed since we don't use Travis anymore.
Diffstat (limited to 'cmake.deps/cmake/BuildLua.cmake')
-rw-r--r--cmake.deps/cmake/BuildLua.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/BuildLua.cmake b/cmake.deps/cmake/BuildLua.cmake
index 58131a4ba7..f4581ddadd 100644
--- a/cmake.deps/cmake/BuildLua.cmake
+++ b/cmake.deps/cmake/BuildLua.cmake
@@ -28,7 +28,7 @@ if(CLANG_ASAN_UBSAN)
endif()
set(LUA_CONFIGURE_COMMAND
- sed -e "/^CC/s@gcc@${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG1}@"
+ sed -e "/^CC/s@gcc@${CMAKE_C_COMPILER}@"
-e "/^CFLAGS/s@-O2@${LUA_CFLAGS}@"
-e "/^MYLDFLAGS/s@$@${LUA_LDFLAGS}@"
-e "s@-lreadline@@g"