Skip to content

Commit bb9561a

Browse files
committed
Add additional configure options
Most notably `--enable-shared`
1 parent 6741abf commit bb9561a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ before_script:
2626
- 'export ARCH=${ARCH:-$(uname -m)}'
2727
- 'export PACKAGES=${PACKAGES:-pip nose pytest mock wheel}'
2828
- 'export CPYTHON_ONLY_PKGS="numpy"'
29-
- export PYTHON_CONFIGURE_OPTS="$CONFIGURE_OPTS"
30-
29+
- export PYTHON_CONFIGURE_OPTS="--with-wide-unicode --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos $CONFIGURE_OPTS"
3130
script: ./bin/compile
3231

3332
after_success: ./bin/archive

0 commit comments

Comments
 (0)