Skip to content

Commit 01d4ffa

Browse files
committed
Add header as product
1 parent 7efeea4 commit 01d4ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

A/asio/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ make install
2424
# platforms are passed in on the command line
2525
all_platforms = supported_platforms()
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)