Skip to content

Commit

Permalink
build/pkgs/sagemath_objects/spkg-install.in: Move the std flags to CX…
Browse files Browse the repository at this point in the history
…XFLAGS
  • Loading branch information
Matthias Koeppe committed Jan 16, 2024
1 parent b8a1f20 commit bede1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/sagemath_objects/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cd src

# For meson
export CXXFLAGS="$CXXFLAGS $(echo "$CXX" | sed -En "s/.*(-std=[a-z0-9+]*).*/\1/p")"
export CXX=$(echo "$CXX" | sed 's/-std=[a-z0-9+]*//g')
export CYTHON=sage-cython
export CYTHON_FOR_BUILD=sage-cython
Expand Down

0 comments on commit bede1a8

Please sign in to comment.