another win32 cross compile fix

pull/7/head
Jeff Becker 6 years ago
parent a99fa8f6cf
commit 9dc88fb64b

@ -116,7 +116,7 @@ struct llarp_nodedb
std::string skiplistDir;
skiplistDir += hexString[hexString.length() - 1];
fs::path filepath = nodePath / skiplistDir / hexString;
return filepath;
return filepath.string();
}
bool

Loading…
Cancel
Save