mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:19:01 +08:00
bd67c9cc24
* update : thorvg version update * update : baseline * feat : not supoort windows * update : thovg.json * fix : supports * update : port version up * update : not support windows * update : base line * feat : update windows support * update : x-add-version
22 lines
884 B
Diff
22 lines
884 B
Diff
diff --git a/src/bin/svg2png/meson.build b/src/bin/svg2png/meson.build
|
|
index c9fe63b6..92bfdda4 100644
|
|
--- a/src/bin/svg2png/meson.build
|
|
+++ b/src/bin/svg2png/meson.build
|
|
@@ -5,4 +5,4 @@ executable('svg2png',
|
|
include_directories : headers,
|
|
cpp_args : compiler_flags,
|
|
install : true,
|
|
- link_with : thorvg_lib)
|
|
+ link_with : thorvg_lib , install_dir : get_option('bindir'))
|
|
\ No newline at end of file
|
|
diff --git a/src/bin/svg2tvg/meson.build b/src/bin/svg2tvg/meson.build
|
|
index 158376b5..8d960aec 100644
|
|
--- a/src/bin/svg2tvg/meson.build
|
|
+++ b/src/bin/svg2tvg/meson.build
|
|
@@ -5,4 +5,4 @@ executable('svg2tvg',
|
|
include_directories : headers,
|
|
cpp_args : compiler_flags,
|
|
install : true,
|
|
- link_with : thorvg_lib)
|
|
+ link_with : thorvg_lib , install_dir : get_option('bindir'))
|