comparison src/mkoctfile.in.cc @ 28137:7818c5b07403

Merge with stable
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 25 Feb 2020 19:26:33 +0100
parents 5b37e5e03bb5 16ccaebe250a
children 159b6a1eb408
comparison
equal deleted inserted replaced
28134:480490faf659 28137:7818c5b07403
790 mx_has_interleaved_complex = true; 790 mx_has_interleaved_complex = true;
791 } 791 }
792 else if (starts_with (arg, "-Wl,") || starts_with (arg, "-l") 792 else if (starts_with (arg, "-Wl,") || starts_with (arg, "-l")
793 || starts_with (arg, "-L") || starts_with (arg, "-R")) 793 || starts_with (arg, "-L") || starts_with (arg, "-R"))
794 { 794 {
795 ldflags += (' ' + arg); 795 ldflags += (' ' + quote_path (arg));
796 } 796 }
797 #if ! defined (OCTAVE_USE_WINDOWS_API) 797 #if ! defined (OCTAVE_USE_WINDOWS_API)
798 else if (arg == "-pthread") 798 else if (arg == "-pthread")
799 { 799 {
800 ldflags += (' ' + arg); 800 ldflags += (' ' + arg);