mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fix order of args passed to run-external-compiler
This commit is contained in:
parent
7d92a39fdf
commit
99ce726ca3
1 changed files with 2 additions and 2 deletions
|
@ -1139,8 +1139,8 @@ Debug options:
|
|||
(string-join args " ")))
|
||||
;; Call the C compiler
|
||||
(run-external-compiler
|
||||
non-opts compile? append-dirs prepend-dirs
|
||||
cc-prog cc-exec cc-lib cc-so
|
||||
non-opts append-dirs prepend-dirs
|
||||
compile? cc-prog cc-exec cc-lib cc-so
|
||||
cc-opts cc-linker-opts cc-linker-extra-objects)))
|
||||
))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue