aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/pybind11/CONTROL2
-rw-r--r--ports/sol2/CONTROL1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index bd389141b..c6f7f5b7e 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,4 +1,4 @@
Source: pybind11
Version: 2.2.3
Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
-Build-Depends: python3
+Build-Depends: python3 (windows) \ No newline at end of file
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL
index 1bb79470f..9534432da 100644
--- a/ports/sol2/CONTROL
+++ b/ports/sol2/CONTROL
@@ -1,3 +1,4 @@
Source: sol2
Version: 2.20.4
Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great
+Build-Depends: lua (windows) \ No newline at end of file