Skip to content

Commit f0a1f72

Browse files
committed
fix: xdg musl build
1 parent 13ec201 commit f0a1f72

File tree

1 file changed

+1
-1
lines changed
  • srcpkgs/xdg-desktop-portal-hyprland

1 file changed

+1
-1
lines changed

srcpkgs/xdg-desktop-portal-hyprland/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ desc_option_gcc="Use gcc to build"
4545

4646
if [ "$build_option_gcc" ]; then
4747
hostmakedepends+=" gcc"
48-
makedepends+=" glibc-devel libgcc-devel fmt-devel"
48+
makedepends+=" libgcc-devel fmt-devel"
4949
fi
5050

5151
if [ "$build_option_clang" ]; then

0 commit comments

Comments
 (0)