Browse Source

Apply fix from #1705

master
Test User 11 months ago
parent
commit
d6c9c55d46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/speech.h

+ 1
- 1
src/libespeak-ng/speech.h View File

@@ -75,7 +75,7 @@ extern "C"

// will look for espeak_data directory here, and also in user's home directory
#ifndef PATH_ESPEAK_DATA
#define PATH_ESPEAK_DATA "/usr/share/espeak-ng-data"
#define PATH_ESPEAK_DATA ("%cespeak-ng-data", PATHSEP)
#endif

void cancel_audio(void);

Loading…
Cancel
Save