blob: 5517990cb61f94961ea62564caa74ad4fed9a1bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/osgDB/ORIG/FileUtils_Unix.cpp Wed Apr 24 10:52:53 2002
+++ src/osgDB/FileUtils_Unix.cpp Fri May 24 19:19:14 2002
@@ -30,7 +30,7 @@
#if defined(__CYGWIN__)
static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:";
#else
-static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:";
+static const char *s_default_dso_path = "/usr/lib/:/usr/X11R6/lib/:";
#endif // __CYGWIN__
static char *s_filePath = ".:";
#endif
|