Skip to content

Commit

Permalink
fixup: quick update, squash later
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Jan 22, 2023
1 parent abc656e commit 88647cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if(MSVC)
target_compile_options(main_lib INTERFACE -wd4311 -wd4146)
target_compile_definitions(main_lib INTERFACE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)

target_sources(main_lib INTERFACE ${CMAKE_CURRENT_LIST_DIR}/nvim.manifest)
target_sources(main_lib INTERFACE ${CMAKE_CURRENT_LIST_DIR}/os/nvim.manifest)
else()
target_compile_options(main_lib INTERFACE -Wall -Wextra -pedantic -Wno-unused-parameter
-Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion
Expand Down

0 comments on commit 88647cb

Please sign in to comment.