Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Sep 16, 2021
1 parent 86b9b79 commit 4fd6121
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ def escape_macros(macros):

# NOTE: The wrapped OpenJTalk does not depend on HTS_Engine,
# but since HTSEngine is included in CMake's dependencies, it refers to a dummy path.
r = run(
["cmake", "..", "-D", "HTS_ENGINE_INCLUDE_DIR=.", "-D", "HTS_ENGINE_LIB=dummy"]
)
r = run(["cmake", "..", "-DHTS_ENGINE_INCLUDE_DIR=.", "-DHTS_ENGINE_LIB=dummy"])
r.check_returncode()
os.chdir(cwd)

Expand Down

0 comments on commit 4fd6121

Please sign in to comment.