Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing executable suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent 712ae3d commit 7bed335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -181,7 +181,7 @@ if(GRN_WITH_BUNDLED_MECAB)
"${CMAKE_CURRENT_BINARY_DIR}/unk.dic")
add_custom_command(OUTPUT ${MECAB_NAIST_JDIC_BUILD_DATA}
COMMAND
"${CMAKE_CURRENT_BINARY_DIR}/mecab-dict-index"
"${CMAKE_CURRENT_BINARY_DIR}/mecab-dict-index${CMAKE_EXECUTABLE_SUFFIX}"
"--dicdir" "${MECAB_NAIST_JDIC_SOURCE_DIR}"
"--outdir" "${CMAKE_CURRENT_BINARY_DIR}"
"--dictionary-charset" "EUC-JP"
Expand Down

0 comments on commit 7bed335

Please sign in to comment.