Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrosX authored Feb 22, 2024
1 parent 6bd8d39 commit e20582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build Universal Release
run: |
cargo build --release --target x86_64-apple-darwin
cargo build --release --target aarch64-apple-darwin
PKG_CONFIG_SYSROOT_DIR=/ cargo build --release --target aarch64-apple-darwin
lipo target/{x86_64,aarch64}-apple-darwin/release/czkawka_cli -create -output target/release/czkawka_cli
lipo target/{x86_64,aarch64}-apple-darwin/release/czkawka_gui -create -output target/release/czkawka_gui
lipo target/{x86_64,aarch64}-apple-darwin/release/krokiet -create -output target/release/krokiet
Expand Down

0 comments on commit e20582f

Please sign in to comment.