Skip to content

Commit

Permalink
Use previous commit for espeak-ng until problems can be solved
Browse files Browse the repository at this point in the history
synesthesiam committed Dec 5, 2023
1 parent fccd4f3 commit bfc2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ if(NOT DEFINED ESPEAK_NG_DIR)
ExternalProject_Add(
espeak_ng_external
PREFIX "${CMAKE_CURRENT_BINARY_DIR}/e"
URL "https://github.com/rhasspy/espeak-ng/archive/refs/heads/master.zip"
URL "https://github.com/rhasspy/espeak-ng/archive/0f65aa301e0d6bae5e172cc74197d32a6182200f.zip"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${ESPEAK_NG_DIR}
CMAKE_ARGS -DUSE_ASYNC:BOOL=OFF
CMAKE_ARGS -DBUILD_SHARED_LIBS:BOOL=ON

0 comments on commit bfc2e75

Please sign in to comment.