Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kohutd committed Jan 29, 2025
1 parent 6590910 commit 679835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IF (WIN32)
add_executable(mavka
main.cpp
extension.cpp
../build/mavka.a
mavka.a
)
target_compile_options(mavka PUBLIC -O3 -fexceptions -DMAVKA_READLINE=${READLINE_AVAILABLE})
target_link_libraries(mavka PUBLIC mavka_parser)
Expand Down

0 comments on commit 679835b

Please sign in to comment.