blob: dab37a3c8f89f048952a284960c8883144b2753a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lite-client/crypto/block/create-state.cpp 2019-08-31 12:47:06.000000000 +0200
+++ ../src1/lite-client/crypto/block/create-state.cpp 2019-09-01 21:28:45.796510541 +0200
@@ -712,6 +712,8 @@
const char* path = std::getenv("FIFTPATH");
if (path) {
parse_include_path_set(path ? path : "/usr/lib/fift", source_include_path);
+ } else {
+ parse_include_path_set( "/usr/lib/fift", source_include_path);
}
}
std::string current_dir;
|