diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:30:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:30:47 +0000 |
commit | 9dc28e56774185f66b5fec7ddfd8e39ecf1818bf (patch) | |
tree | bb399355985df9622f50826b7d11852c5de4a422 | |
parent | 1a9eeb42afdc059184520e8f5bc8c26035a2a3a6 (diff) |
automatic import of qscintilla
-rw-r--r-- | qscintilla.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qscintilla.spec b/qscintilla.spec index fec469b..a414878 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -79,8 +79,8 @@ pushd Python --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 cat Makefile sed -i \ - -e '/^CXXFLAGS/s/$/%{build_cxxflags}/' \ - -e '/^LFLAGS/s/$%{build_ldflags}/' \ + -e '/^CXXFLAGS/s/$/ %{build_cxxflags}/' \ + -e '/^LFLAGS/s/$ %{build_ldflags}/' \ Qsci/Makefile cat Qsci/Makefile %make_build |