vcpkg/ports/thorvg/install-tools.patch
rinechran bd67c9cc24
[Thorvg] Update Thorvg port to v0.10.0 (#32934)
* 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
2023-08-04 06:51:05 -07:00

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'))