Skip to content

Commit

Permalink
Merge pull request kpu#357 from mackong/fix-aur-build
Browse files Browse the repository at this point in the history
fix aur build error
  • Loading branch information
kpu authored Jan 24, 2022
2 parents 5cea457 + a256f3b commit b32c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
find_package(PythonInterp REQUIRED)
find_package(PythonLibs ${PYTHON_VERSION_STRING} EXACT REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
include_directories(${PYTHON_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR})

add_library(kenlm_python MODULE kenlm.cpp score_sentence.cc)
set_target_properties(kenlm_python PROPERTIES OUTPUT_NAME kenlm)
Expand Down

0 comments on commit b32c193

Please sign in to comment.