We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efeea4 commit 01d4ffaCopy full SHA for 01d4ffa
A/asio/build_tarballs.jl
@@ -24,9 +24,9 @@ make install
24
# platforms are passed in on the command line
25
all_platforms = supported_platforms()
26
27
-# The products that we will ensure are always built
+# The products that we will ensure are always built (header-only: export main header so downstreams can discover include/)
28
products = Product[
29
- LibraryProduct("libasio", :libasio),
+ FileProduct("include/asio.hpp", :asio_hpp),
30
]
31
32
# Dependencies that must be installed before this package can be built
0 commit comments