Skip to content

Commit

Permalink
Merge pull request #24 from r9y9/fix-travis
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
r9y9 authored Sep 16, 2021
2 parents 86b9b79 + 4fd6121 commit 15eb39a
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 15eb39a

Please sign in to comment.