2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00
Files
amigaos-cross-toolchain6/patches/vbcc/frontend/vc.c.diff
Krystian Bacławski 27a1547d4f Add missing patches.
2015-08-29 16:56:06 +02:00

12 lines
371 B
Diff

--- vbcc/frontend/vc.c 2012-10-01 17:35:34.000000000 +0200
+++ vbcc/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 */