Skip to content

Commit

Permalink
update sed separator in configure.win
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlin-Na authored Jul 10, 2023
1 parent 810871e commit 37d3642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ fi
echo == generating src/Makevars

cat src/Makevars.in | \
sed "s;@@@PKG_LIBS@@@;$PKG_LIBS_VALUE;g" | \
sed "s;@@@PKG_CPPFLAGS@@@;$PKG_CPPFLAGS_VALUE;g" | \
sed "s;@@@DO_UPSTREAM@@@;$DO_UPSTREAM;g" \
sed "s*@@@PKG_LIBS@@@*$PKG_LIBS_VALUE*g" | \
sed "s*@@@PKG_CPPFLAGS@@@*$PKG_CPPFLAGS_VALUE*g" | \
sed "s*@@@DO_UPSTREAM@@@*$DO_UPSTREAM*g" \
> src/Makevars

echo ====== configuring symengine R package DONE ======

0 comments on commit 37d3642

Please sign in to comment.