diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ $(installnative_targets): oh-strip -d "$(destdir)" OPK_PACKAGES="\ $$(printf '%s\n' $${OPK_PACKAGES} | \ - grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") + grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") \ gcc-$(base_version)-$(target) \ g++-$(base_version)-$(target) \ " oh-installfiles -d "$(destdir)" |