From: Josh de Kock Date: Fri, 1 Jul 2016 23:48:56 +0000 (+0100) Subject: hashcat.c: change osx to OSX use shared_dir X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=3db9be6edabfeb047bfcaad0dca796d8b806022e hashcat.c: change osx to OSX use shared_dir Fixes #408 --- diff --git a/src/hashcat.c b/src/hashcat.c index 958ceb7..33ce17d 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6171,7 +6171,7 @@ int main (int argc, char **argv) char *exec_path = get_exec_path (); - #ifdef LINUX + #if defined(LINUX) || defined(__APPLE__) char *resolved_install_folder = realpath (INSTALL_FOLDER, NULL); char *resolved_exec_path = realpath (exec_path, NULL);