diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfeaturemanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfeaturemanager.cpp b/linden/indra/newview/llfeaturemanager.cpp index 57fbc64..2a30680 100644 --- a/linden/indra/newview/llfeaturemanager.cpp +++ b/linden/indra/newview/llfeaturemanager.cpp | |||
@@ -60,6 +60,8 @@ extern void write_debug(const std::string& str); | |||
60 | 60 | ||
61 | #if LL_DARWIN | 61 | #if LL_DARWIN |
62 | const char FEATURE_TABLE_FILENAME[] = "featuretable_mac.txt"; | 62 | const char FEATURE_TABLE_FILENAME[] = "featuretable_mac.txt"; |
63 | #elif LL_LINUX | ||
64 | const char FEATURE_TABLE_FILENAME[] = "featuretable_linux.txt"; | ||
63 | #else | 65 | #else |
64 | const char FEATURE_TABLE_FILENAME[] = "featuretable.txt"; | 66 | const char FEATURE_TABLE_FILENAME[] = "featuretable.txt"; |
65 | #endif | 67 | #endif |