summaryrefslogtreecommitdiff
blob: da9310dde58e3f8a08263fc79ef7a7c70476ef43 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Source/OpenGL_Windows.cpp	2015-01-14 23:57:19.799186785 -0500
+++ b/Source/OpenGL_Windows.cpp	2015-01-14 23:57:36.022643953 -0500
@@ -1330,7 +1330,7 @@
 
     // !!! FIXME: we could use a Win32 API for this.  --ryan.
 #ifndef WIN32
-    chdirToAppPath(argv[0]);
+    chdir("@GENTOO_DIR@");
 #endif
 
 	LOGFUNC;