aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/os/ios.txt2
-rw-r--r--src/build-data/os/windows.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/os/ios.txt b/src/build-data/os/ios.txt
index 34f019fd4..9aef82918 100644
--- a/src/build-data/os/ios.txt
+++ b/src/build-data/os/ios.txt
@@ -5,6 +5,8 @@ soname_pattern_patch "lib{libname}.{version_minor}.{abi_rev}.{version_patch}.dyl
default_compiler clang
+uses_pkg_config no
+
doc_dir doc
<target_features>
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt
index 5ebbcb2d1..209df6e03 100644
--- a/src/build-data/os/windows.txt
+++ b/src/build-data/os/windows.txt
@@ -10,6 +10,8 @@ shared_lib_symlinks no
default_compiler msvc
+uses_pkg_config no
+
# For historical reasons? the library does not have the major number on Windows
# This should probably be fixed in a future major release.
library_name 'botan{suffix}'