Skip to content

Commit 81cc84c

Browse files
committed
Fix core #1948 - editline does not build
1 parent 91d8772 commit 81cc84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ install( DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include )
250250
# begin editline stuff
251251
if(WIN32)
252252
target_compile_definitions( fc PRIVATE _CRT_NONSTDC_NO_DEPRECATE )
253-
elseif(WIN32)
253+
else(WIN32)
254254
target_compile_definitions (fc PRIVATE HAVE_EDITLINE)
255255
set(editline_libraries editline)
256256
endif(WIN32)

0 commit comments

Comments
 (0)