From 9acf045a673c738167e78e426e1e77fc5363cc90 Mon Sep 17 00:00:00 2001
From: Adam Mercer <adam.mercer@ligo.org>
Date: Sat, 5 May 2018 18:08:50 -0700
Subject: [PATCH] fix EXTRA_CONFIG_FLAGS variable name

closes #59

[ci skip]
---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 275c5f5fe2..84bc6cf945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -401,9 +401,7 @@ nightly:macos:highsierra:
     # Build wheel
     - ./00boot
     # FIXME: laldetchar depends on glib >= 2.14, too new for manylinux1
-    - ./configure PYTHON=${PYPREFIX}/bin/python
-      --enable-swig-python ${EXTRA_CONFIG_OPTIONS}
-      --disable-laldetchar
+    - ./configure PYTHON=${PYPREFIX}/bin/python --disable-laldetchar ${EXTRA_CONFIG_FLAGS}
     - make -j4 wheel
     # Bundle and fix up dependent shared libraries
     - auditwheel repair wheel/*.whl
-- 
GitLab