Skip to content

Commit b316a24

Browse files
committed
include macos_sdks
1 parent 7efeea4 commit b316a24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

A/asio/build_tarballs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ make install
2121
"""
2222

2323
# These are the platforms we will build for by default, unless further
24-
# platforms are passed in on the command line
25-
all_platforms = supported_platforms()
24+
# platforms are passed in on the command line (header-only: same artifact for all)
25+
all_platforms = [AnyPlatform()]
2626

27-
# The products that we will ensure are always built
27+
# The products that we will ensure are always built (header-only: export main header so downstreams can discover include/)
2828
products = Product[
29-
LibraryProduct("libasio", :libasio),
29+
FileProduct("include/asio.hpp", :asio_hpp),
3030
]
3131

3232
# Dependencies that must be installed before this package can be built

0 commit comments

Comments
 (0)