diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:35:57 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:35:57 +0000 |
| commit | 6d27fc1d70a3cb6f50bbecc6ba961db293786d58 (patch) | |
| tree | d82fd65a2c7c8fcb5fa0a38fa6bc6a0db31bd28f | |
| parent | Attempt to install R dependencies (diff) | |
| download | SyncRNG-6d27fc1d70a3cb6f50bbecc6ba961db293786d58.tar.gz SyncRNG-6d27fc1d70a3cb6f50bbecc6ba961db293786d58.zip | |
Disable -eu in Makefile
conflicts with virtualenv activation script on some
python versions
| -rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 940a07b..c0094d4 100644 --- a/python/Makefile +++ b/python/Makefile @@ -6,7 +6,7 @@ # SHELL := bash -.SHELLFLAGS := -eu -o pipefail -c +.SHELLFLAGS := -o pipefail -c MAKEFLAGS += --no-builtin-rules PACKAGE=SyncRNG |
