Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 69033db

Browse files
author
Matthias Koeppe
committed
build/pkgs/pycryptosat/spkg-install.in: Use -std=gnu++11
1 parent b943ed0 commit 69033db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/pkgs/pycryptosat/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ sdh_cmake -DUSE_GAUSS='ON' $EXTRA_OPTS
44

55
cd pycryptosat
66

7+
export CFLAGS="$CFLAGS -std=gnu++11"
8+
79
sdh_pip_install .

0 commit comments

Comments
 (0)