diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:28:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-05 12:28:47 +0000 |
commit | 1a9eeb42afdc059184520e8f5bc8c26035a2a3a6 (patch) | |
tree | 0831d63f775c8c3e975614a4bcfcaddd99c981a2 | |
parent | f21628d3b2418417cadcdb867783da013b7f8f5b (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 3c4b10c..fec469b 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -79,8 +79,8 @@ pushd Python --qsci-incdir=../Qt4Qt5 --qsci-libdir=../Qt4Qt5 cat Makefile sed -i \ - -e 's/^CXXFLAGS/s/$/%{build_cxxflags}/' \ - -e 's/^LFLAGS/s/$%{build_ldflags}/' \ + -e '/^CXXFLAGS/s/$/%{build_cxxflags}/' \ + -e '/^LFLAGS/s/$%{build_ldflags}/' \ Qsci/Makefile cat Qsci/Makefile %make_build |