Skip to content

Commit

Permalink
Merge pull request #131 from Rongronggg9/master
Browse files Browse the repository at this point in the history
src/CMakeLists.txt: fix TERMIT_CFLAGS
  • Loading branch information
nonstop authored Oct 27, 2022
2 parents 41978d9 + da3ffae commit 0ae773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENDIF(NOT LUA_FOUND)

INCLUDE(Sources.cmake)

SET(TERMIT_CFLAGS "-I${LUA_INCLUDE_DIR}")
SET(TERMIT_CFLAGS "")
IF(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
SET(TERMIT_CFLAGS "${TERMIT_CFLAGS} -I/usr/local/include")
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
Expand Down

0 comments on commit 0ae773f

Please sign in to comment.