mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-03 05:23:14 +01:00
Hopefully fix #232
This commit is contained in:
@@ -41,6 +41,10 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
|
||||
{
|
||||
// 3) try the install-prefix/etc
|
||||
p = sys::Path(LDC_INSTALL_PREFIX);
|
||||
#if !_WIN32
|
||||
// Does Window need something similar?
|
||||
p.appendComponent("etc");
|
||||
#endif
|
||||
p.appendComponent(filename);
|
||||
|
||||
if (!p.exists())
|
||||
|
||||
Reference in New Issue
Block a user