Currently, the build script is outputting to a non-standard location. Build should automatically place its outputs in release_dir(), specifically to bin_out(), lib_out(), and test_out() depending on the items. Then, we can remove the duplicated release build and packaging logic.
Currently, the build script is outputting to a non-standard location. Build should automatically place its outputs in
release_dir(), specifically tobin_out(),lib_out(), andtest_out()depending on the items. Then, we can remove the duplicated release build and packaging logic.