Skip to content

Commit

Permalink
Added missing #define SHARED_DOC_DIR for __APPLE__
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhi1980 committed Sep 30, 2017
1 parent 5a89480 commit 9176e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mandelbulber2/src/system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#ifdef _WIN32
#elif __APPLE__
#define SHARED_DIR QDir::homePath() + "/share/mandelbulber2"
#define SHARED_DOC_DIR QDir::homePath() + "/share/doc/mandelbulber2"
#else
#define SHARED_DIR "/usr/share/mandelbulber2"
#define SHARED_DOC_DIR "/usr/share/doc/mandelbulber2"
Expand Down

0 comments on commit 9176e9e

Please sign in to comment.