mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
12 lines
381 B
Diff
12 lines
381 B
Diff
--- vbcc-0.9b/frontend/vc.c 2012-10-01 17:35:34.000000000 +0200
|
|
+++ vbcc-0.9b/frontend/vc.c 2012-10-01 17:38:59.000000000 +0200
|
|
@@ -91,7 +91,7 @@
|
|
const char *search_dirs[]={"","C:\\"};
|
|
#else
|
|
const char *config_name="vc.config";
|
|
-const char *search_dirs[]={"","~/","/etc/"};
|
|
+const char *search_dirs[]={ETCDIR,"~/","/etc/"};
|
|
#endif
|
|
|
|
/* String fuer die Default libraries */
|