Skip to content

Commit

Permalink
[14.0.X] config/Self.xml format update/fix
Browse files Browse the repository at this point in the history
backport of #9161
  • Loading branch information
smuzaffar authored Apr 25, 2024
1 parent 5aa89b7 commit 991f500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ echo %{configtag} > %_builddir/config/config_tag

%if "%{?vectorized_build:set}" == "set"
sed -i -e 's| SCRAM_TARGETS=.*"| SCRAM_TARGETS="%{package_vectorization}"|' %_builddir/config/Self.xml
sed -i -e 's|</tool>|<runtime name="SCRAM_TARGET" value="%{scram_target_default}"/><runtime name="USER_TARGETS_ALL" value="1"/></tool>|' %_builddir/config/Self.xml
sed -i -e 's|</tool>| <runtime name="SCRAM_TARGET" value="%{scram_target_default}"/>\n <runtime name="USER_TARGETS_ALL" value="1"/>\n</tool>|' %_builddir/config/Self.xml
%endif

%if "%{?release_usercxxflags:set}" == "set"
Expand Down

0 comments on commit 991f500

Please sign in to comment.