-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hash/encrypt library searching (#5804)
* Corrected maxos niantic lib filename Filename is libniantichash-macos-64.dylib not libniantichash-osx-64.so * Better search for encrypt/hash files Instead of just looking in root, or encrypt_location, or whatever the heck the last person did... will first search local or encrypt_location. If not found, will search pgoapi/lib. If still not found, abort.
- Loading branch information
1 parent
ac7f30e
commit f6fec58
Showing
2 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters