| Index: ports/devenv/pkg_info
|
| diff --git a/ports/devenv/pkg_info b/ports/devenv/pkg_info
|
| index 9b139c5802b36b1a09f8da53342581ca415b6de5..9901e8239281f7ef3e504c009dadcbb5785112f0 100644
|
| --- a/ports/devenv/pkg_info
|
| +++ b/ports/devenv/pkg_info
|
| @@ -3,5 +3,7 @@ VERSION=0.1
|
| # Currently only builds on linux (due to dependency on openssl)
|
| BUILD_OS=linux
|
| DEPENDS=(bash unzip geturl)
|
| +# Disabled since the prebuilt packages are not yet available.
|
| +DISABLED_TOOLCHAIN=(clang-newlib)
|
| # Disabled for bionic due to bash.
|
| DISABLED_LIBC=(bionic)
|
|
|