Skip to content

Commit

Permalink
fix: armcord-bin (#1995) (#2004)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 7854fd5)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Aug 26, 2024
1 parent d8798cd commit bba6c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anda/apps/armcord-bin/armcord-bin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
%global _build_id_links none

%ifarch x86_64
%global src ArmCord-%version
%global src ArmCord-%version-linux-x64
%elifarch aarch64
%global src ArmCord-%version-arm64
%global src ArmCord-%version-linux-arm64
%elifarch armv7l
%global src ArmCord-%version-armv7l
%global src ArmCord-%version-linux-armv7l
%endif

# Exclude private libraries
Expand Down

0 comments on commit bba6c84

Please sign in to comment.