mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-22 07:05:22 +02:00
Link using gcc instead.
This commit is contained in:
@@ -1165,7 +1165,7 @@ int main(int argc, char *argv[], char** envp)
|
||||
{
|
||||
if (global.params.link)
|
||||
//status = runLINK();
|
||||
linkExecutable(global.params.argv0);
|
||||
linkObjToExecutable(global.params.argv0);
|
||||
|
||||
if (global.params.run)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user