mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-25 16:01:07 +00:00
Update comments
This commit is contained in:
parent
eee358b025
commit
8c4f38b27d
@ -273,7 +273,7 @@ inline std::string DataDir(const std::string& filename)
|
||||
return name;
|
||||
#endif
|
||||
#ifndef CRYPTOPP_DISABLE_DATA_DIR_SEARCH
|
||||
// Finally look in {$ORIGIN}/bin/../share/
|
||||
// Finally look in $ORIGIN/../share/. This is likely a Linux install directory for users.
|
||||
name = std::string("../share/cryptopp/") + filename;
|
||||
file.open(name.c_str());
|
||||
if (file.is_open())
|
||||
|
Loading…
x
Reference in New Issue
Block a user