diff options
author | Tony Theodore <tonyt@logyst.com> | 2019-03-10 00:32:05 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-03-10 00:32:05 (GMT) |
commit | 343663cd859a37e4baff72fd1a3e2c26d052896e (patch) | |
tree | fcddf866fa3551b217be306daeb004bbddc4ed74 /tools | |
parent | 3a10b391cbd0958e713d7f6002c255d05eb9ea14 (diff) | |
download | mxe-343663cd859a37e4baff72fd1a3e2c26d052896e.zip mxe-343663cd859a37e4baff72fd1a3e2c26d052896e.tar.gz mxe-343663cd859a37e4baff72fd1a3e2c26d052896e.tar.bz2 |
remove gcc plugins from additional pkgs
these just override each other and end up with errors
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/plugins-with-additional-packages.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/plugins-with-additional-packages.sh b/tools/plugins-with-additional-packages.sh index 0065918..810603a 100755 --- a/tools/plugins-with-additional-packages.sh +++ b/tools/plugins-with-additional-packages.sh @@ -6,4 +6,5 @@ # as opposed to customisation plugins. # See plugins/README.md for more information. -echo plugins/{apps,gcc4,gcc6,gcc7,gcc8,go,luarocks,native,tcl.tk} +# gcc plugins override each other and end up with errors +echo plugins/{apps,go,luarocks,native,tcl.tk} |