diff options
-rw-r--r-- | CC/EXPRESSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index a520cde..8d4e12d 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -1190,11 +1190,11 @@ } ] , {"type": "var", "name": "COMPILE_FLAGS"} - , {"type": "var", "name": "LDFLAGS"} , ["-o", {"type": "var", "name": "libname"}] , {"type": "keys", "$1": {"type": "var", "name": "objects"}} , {"type": "var", "name": "link-args"} , {"type": "var", "name": "run-libs-args"} + , {"type": "var", "name": "LDFLAGS"} ] } } @@ -1502,9 +1502,9 @@ , {"type": "var", "name": "binpath"} ] , {"type": "var", "name": "COMPILE_FLAGS"} - , {"type": "var", "name": "LDFLAGS"} , {"type": "var", "name": "link-args"} , {"type": "var", "name": "run-libs-args"} + , {"type": "var", "name": "LDFLAGS"} ] } , "env": {"type": "var", "name": "ENV"} |