Do not build portable package on unix-like systems

This commit is contained in:
Francesco Abbate 2021-03-23 08:50:25 +01:00
parent 6f9926b582
commit c110812963
1 changed files with 3 additions and 2 deletions

View File

@ -237,5 +237,6 @@ else
fi
lite_copy_third_party_modules "$build_dir"
lite_build_package "$build_dir" "$arch"
lite_build_package -portable "$build_dir" "$arch"
if [[ ! ( "$OSTYPE" == "linux"* || "$OSTYPE" == "freebsd"* ) ]]; then
lite_build_package -portable "$build_dir" "$arch"
fi