Skip to content

Commit 773dcd8

Browse files
committed
build(lineSeparators): /r
1 parent 0df4ad8 commit 773dcd8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

script/build_macos.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

script/macos_build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
# macos
6+
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/workdir -e RUSTFLAGS="-C linker=/workdir/script/macos_linker.sh" -e CROSS_TRIPLE=x86_64-apple-darwin rust-crossbuild /usr/local/rust/bin/cargo build --target=x86_64-apple-darwin --release
7+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)