Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Jun 6, 2022
1 parent c5503f5 commit 2aeb496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion installer/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.x86_64-apple-darwin]
linker = "./osxcross/target/x86_64-apple-darwin14-clang"
linker = "x86_64-apple-darwin14-clang"
ar = "x86_64-apple-darwin14-ar"
1 change: 0 additions & 1 deletion installer/assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ COPY --from=crazymax/osxcross:latest-alpine /osxcross /osxcross
ENV PATH="/osxcross/bin:$PATH"
ENV LD_LIBRARY_PATH="/osxcross/lib:$LD_LIBRARY_PATH"
RUN cd ./botway/installer && \
cp ./.cargo/config.toml ~/.cargo && \
PATH="/osxcross/target/bin:$PATH" \
CC=o64-clang \
CXX=o64-clang++ \
Expand Down

0 comments on commit 2aeb496

Please sign in to comment.