Skip to content

Commit 15eb39a

Browse files
authored
Merge pull request #24 from r9y9/fix-travis
Fix travis build
2 parents 86b9b79 + 4fd6121 commit 15eb39a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ def escape_macros(macros):
150150

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

0 commit comments

Comments
 (0)