Skip to content

Commit

Permalink
[adwaita_icon_theme] fix windows installation issues. (#7930)
Browse files Browse the repository at this point in the history
* [adwaita_icon_theme] fix windows installation issues.

* remove noop kwarg
  • Loading branch information
nhz2 authored Jan 12, 2024
1 parent b9f0d0b commit 84ea6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions A/adwaita_icon_theme/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using BinaryBuilder

name = "adwaita_icon_theme"
version = v"43"
version = v"43.0.1"

# Collection of sources required to build adwaita-icon-theme
sources = [
Expand All @@ -24,7 +24,7 @@ make install

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = [AnyPlatform()]
platforms = supported_platforms()

# The products that we will ensure are always built
products = Product[
Expand All @@ -37,4 +37,4 @@ dependencies = [
]

# Build the tarballs.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")

0 comments on commit 84ea6dd

Please sign in to comment.