Fix order of args passed to run-external-compiler

This commit is contained in:
Justin Ethier 2021-08-16 23:39:09 -04:00
parent 7d92a39fdf
commit 99ce726ca3

View file

@ -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)))
))))