mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Reformat build script.
This commit is contained in:
5
build.sh
Executable file → Normal file
5
build.sh
Executable file → Normal file
@@ -16,7 +16,7 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
OS_NAME=`uname`
|
OS_NAME=$(uname)
|
||||||
|
|
||||||
mkdir -p docker
|
mkdir -p docker
|
||||||
|
|
||||||
@@ -240,9 +240,6 @@ fi
|
|||||||
# TODO: "linux-musl-arm64"
|
# TODO: "linux-musl-arm64"
|
||||||
# TODO: "linux-musl-x64"
|
# TODO: "linux-musl-x64"
|
||||||
# TODO: "linux-musl-x86"
|
# TODO: "linux-musl-x86"
|
||||||
# TODO: "android-arm64"
|
|
||||||
# TODO: "android-x64"
|
|
||||||
# TODO: "android-x86"
|
|
||||||
|
|
||||||
nuget pack
|
nuget pack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user