diff options
-rw-r--r-- | qscintilla.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qscintilla.spec b/qscintilla.spec index a414878..e331b8c 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -80,7 +80,7 @@ pushd Python cat Makefile sed -i \ -e '/^CXXFLAGS/s/$/ %{build_cxxflags}/' \ - -e '/^LFLAGS/s/$ %{build_ldflags}/' \ + -e '/^LFLAGS/s/$/ %{build_ldflags}/' \ Qsci/Makefile cat Qsci/Makefile %make_build |