diff --git a/setup.py b/setup.py index 9e7408d..68893c9 100644 --- a/setup.py +++ b/setup.py @@ -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)