Skip to content

Commit

Permalink
fix aur build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mackong committed Sep 30, 2021
1 parent bbf4fc5 commit a256f3b
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 a256f3b

Please sign in to comment.