Reorder arguments because /nodefaultlib:libc should appear _after_ the first object or source file
This commit is contained in:
parent
49c217e85d
commit
2e458ac55a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ IF %CMDTYPE% == --compile (
|
|||
cl @ECL_CFLAGS@ -I@includedir@ %CMDARGS%
|
||||
GOTO END
|
||||
) ELSE IF %CMDTYPE% == --link (
|
||||
cl @LDFLAGS@ %CMDARGS% @libdir@/ecl.lib
|
||||
cl %CMDARGS% @LDFLAGS@ @libdir@/ecl.lib
|
||||
GOTO END
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue