aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:35:57 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 20:35:57 +0000
commit6d27fc1d70a3cb6f50bbecc6ba961db293786d58 (patch)
treed82fd65a2c7c8fcb5fa0a38fa6bc6a0db31bd28f
parentAttempt to install R dependencies (diff)
downloadSyncRNG-6d27fc1d70a3cb6f50bbecc6ba961db293786d58.tar.gz
SyncRNG-6d27fc1d70a3cb6f50bbecc6ba961db293786d58.zip
Disable -eu in Makefile
conflicts with virtualenv activation script on some python versions
-rw-r--r--python/Makefile2
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