From cfb7d7fb270e9b8e1ffbf39bccf9206819386ab7 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 23 May 2019 14:19:50 +0200 Subject: [PATCH] :wrench: Travis testing (fix windows/clan complex) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d84f019..271ad0c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,8 +63,8 @@ script: if [ "$CC" = "clang" ]; then export CFLAGS+=" -DSSIZE_T=ssize_t -D_USE_MATH_DEFINES"; if [ "$USE_DOUBLE" = 0 ]; - then export CFLAGS+=" -Dm_uint='struct _C_float_complex'"; - else export CFLAGS+=" -Dm_uint='struct _C_double_complex'"; + then export CFLAGS+=" -Dm_complex='struct _C_float_complex'"; + else export CFLAGS+=" -Dm_complex='struct _C_double_complex'"; fi fi; make.exe && make.exe test; -- 2.43.0