1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 02:47:08 +00:00
termux-packages/packages/libupscaledb/tools-ups_bench-datasource_string.h.patch
2022-02-01 04:56:54 +09:00

12 lines
296 B
Diff

--- a/tools/ups_bench/datasource_string.h
+++ b/tools/ups_bench/datasource_string.h
@@ -31,7 +31,7 @@
# undef min // clashes with std::min
# undef max // clashes with std::max
#else
-# define DICT "/usr/share/dict/words"
+# define DICT "@TERMUX_PREFIX@/share/dict/words"
#endif
//