diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-05-18 17:27:46 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-05-18 17:27:46 (GMT) |
commit | 047975c68b4b74bebacb4721dbfcb472ec2b8715 (patch) | |
tree | b9c0e542d79937dbd1e073d105bb0014ab0e2e02 /.travis | |
parent | e17c6fee560cc6cdc14893f5b3453a8a4664bb05 (diff) | |
download | SCons-047975c68b4b74bebacb4721dbfcb472ec2b8715.zip SCons-047975c68b4b74bebacb4721dbfcb472ec2b8715.tar.gz SCons-047975c68b4b74bebacb4721dbfcb472ec2b8715.tar.bz2 |
update path we look for python libs
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 29b9caa..843f3b6 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -51,5 +51,5 @@ else tar xf ldc2-${SCONS_LDC_VERSION}-linux-x86_64.tar.xz sudo cp -rf ldc2-${SCONS_LDC_VERSION}-linux-x86_64/* / - ls -l /usr/lib/*python*{so,a}* + ls -l /usr/lib*/*python*{so,a}* fi |