mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Add missing patches.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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 */
|
||||
Reference in New Issue
Block a user