Kaydet (Commit) 527b2086 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Must use $AR and not build platform ar

Change-Id: Ic834c9ffdba1d1c363d304c535987bad1c64c4b2
üst ed851f13
...@@ -146,5 +146,5 @@ ...@@ -146,5 +146,5 @@
+ +
+$CC -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c $src +$CC -I.. -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd -I../shared $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine -c $src
+ls -l +ls -l
+ar -r liblpsolve55.a $obj +$AR -r liblpsolve55.a $obj
+rm $obj +rm $obj
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment