mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-06 20:33:12 +01:00
Forgot a change from DMD update.
Removed old Phobos rebuild profiles. Updated Tango rebuild profile slightly.
This commit is contained in:
@@ -2603,7 +2603,7 @@ int TypedefDeclaration::cvMember(unsigned char*)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void obj_includelib(char* lib)
|
||||
void obj_includelib(const char* lib)
|
||||
{
|
||||
char *arg = (char *)mem.malloc(64);
|
||||
strcpy(arg, "-l");
|
||||
|
||||
Reference in New Issue
Block a user