diff options
| author | Robert Malikowski <malikowskirobert@gmail.com> | 2025-07-11 16:00:43 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-13 15:31:13 +0200 |
| commit | 3fc0c4142c7ee2c06a1a3e2602da2a3fc15a3fa5 (patch) | |
| tree | 7a0f500d68540f0ac71ac9907dec2455316bdf47 /contrib/depends | |
| parent | 0c335388ecc9873280cfa875753e594081d1e3ec (diff) | |
add native_python3 (3.11.13)
Diffstat (limited to 'contrib/depends')
| -rw-r--r-- | contrib/depends/packages/native_mrustc.mk | 2 | ||||
| -rw-r--r-- | contrib/depends/packages/packages.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/depends/packages/native_mrustc.mk b/contrib/depends/packages/native_mrustc.mk index e51a0e7..dc9e1ff 100644 --- a/contrib/depends/packages/native_mrustc.mk +++ b/contrib/depends/packages/native_mrustc.mk @@ -4,7 +4,7 @@ $(package)_download_path=https://github.com/thepowersgang/mrustc/archive $(package)_download_file=06b87d1af49d2db3bd850fdee8888055dd540dd1.tar.gz $(package)_file_name=$(package)-$($(package)_version).tar.gz $(package)_sha256_hash=d3d3b84a100e71628afecf1125dbaa9bfc54ef9578c4fd81d75dca34c96f2565 -$(package)_dependencies=native_ccache +$(package)_dependencies=native_ccache native_python3 $(package)_patches=codegen_c.cpp.patch define $(package)_preprocess_cmds diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 0349485..7ea76cb 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -11,6 +11,8 @@ packages := $(rust_packages) native_packages += $(native_rust_packages) +native_packages += native_python3 + hardware_packages := hidapi protobuf libusb hardware_native_packages := native_protobuf |
