diff options
author | Tony Theodore <tonyt@logyst.com> | 2019-03-09 23:51:14 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-03-09 23:51:14 (GMT) |
commit | 3a10b391cbd0958e713d7f6002c255d05eb9ea14 (patch) | |
tree | ef92fc5aba347325712714c569282006b1c866ff | |
parent | 8f23f23d6b8bf8f8556dd5231ff426d8079efa9e (diff) | |
download | mxe-3a10b391cbd0958e713d7f6002c255d05eb9ea14.zip mxe-3a10b391cbd0958e713d7f6002c255d05eb9ea14.tar.gz mxe-3a10b391cbd0958e713d7f6002c255d05eb9ea14.tar.bz2 |
add gcc plugins to additional pkgs
-rwxr-xr-x | tools/plugins-with-additional-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plugins-with-additional-packages.sh b/tools/plugins-with-additional-packages.sh index 58ba462..0065918 100755 --- a/tools/plugins-with-additional-packages.sh +++ b/tools/plugins-with-additional-packages.sh @@ -6,4 +6,4 @@ # as opposed to customisation plugins. # See plugins/README.md for more information. -echo plugins/{apps,go,luarocks,native,tcl.tk} +echo plugins/{apps,gcc4,gcc6,gcc7,gcc8,go,luarocks,native,tcl.tk} |