Skip to content

Commit

Permalink
Add dependency on cmake file so python compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Aug 19, 2023
1 parent 996d7a6 commit 5535415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def run(self):
sources=FILES + ['python/kenlm.cpp'],
language='C++',
include_dirs=['.'] + INCLUDE_PATHS,
depends = ['python/BuildStandalone.cmake'],
libraries=LIBS,
extra_compile_args=ARGS),
]
Expand Down

0 comments on commit 5535415

Please sign in to comment.