diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4a87bbb..4822d3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ set_bundle_environment() // If lib does not exist, we have not been bundleified, do nothing return; } - + setenv("GTK_PATH", lib_path.c_str(), 1); setenv("DYLD_LIBRARY_PATH", lib_path.c_str(), 1); @@ -91,4 +91,3 @@ main(int argc, char** argv) return 0; } - |