aboutsummaryrefslogtreecommitdiff
path: root/ports/sail/usage
diff options
context:
space:
mode:
authorDmitry Baryshev <dmitrymq@gmail.com>2020-12-30 06:26:27 +0300
committerGitHub <noreply@github.com>2020-12-29 19:26:27 -0800
commit389efb2701e93d0474fab8f8705f2f85a77e4262 (patch)
tree5a98f53b50a148e2d824cc9d5a558fd44e3d6b5c /ports/sail/usage
parentb12f78c3ed08ca7cddb17110a2bcdcf2cd5f889e (diff)
downloadvcpkg-389efb2701e93d0474fab8f8705f2f85a77e4262.tar.gz
vcpkg-389efb2701e93d0474fab8f8705f2f85a77e4262.zip
[sail] Enable static builds and more platforms (#15140)
Diffstat (limited to 'ports/sail/usage')
-rw-r--r--ports/sail/usage3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/sail/usage b/ports/sail/usage
index d117e68bc..672b735e9 100644
--- a/ports/sail/usage
+++ b/ports/sail/usage
@@ -9,6 +9,3 @@ C++ bindings:
find_package(Sail CONFIG REQUIRED)
target_link_libraries(main PRIVATE SAIL::sail-c++)
-
-For dynamic builds, please also copy SAIL codecs (bin/sail) and their dependencies
-into the application directory.