mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:26:05 +08:00
#4660 fix syntax error with a missing space in a ]
This commit is contained in:
parent
3fa8924642
commit
a61d2a7c66
@ -24,7 +24,7 @@ sudo rm -rf /opt/X11*
|
||||
export LIBRARY_PATH=/usr/local/lib
|
||||
|
||||
# One Wx test fails on 10.12; seems harmless
|
||||
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2']; then
|
||||
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2' ]; then
|
||||
cpanm --local-lib local-lib -f Wx
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user