diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:09:59 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:09:59 +0100 |
| commit | 264de6bdc38a4fd94a39a09c7abbd68b88b880e4 (patch) | |
| tree | 6505a86a44fd91aec36da92bdfcafc233b705543 /contrib/depends/packages/packages.mk | |
| parent | 127c54599c612d7d3d226e4c016d5812e7a0966d (diff) | |
add support for ios simulator
remoce libmd.tbd dependency
Diffstat (limited to 'contrib/depends/packages/packages.mk')
| -rw-r--r-- | contrib/depends/packages/packages.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 9059d9b..fdeb5f3 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -14,6 +14,7 @@ android_packages = ncurses readline sodium darwin_native_packages = $(hardware_native_packages) darwin_packages = ncurses readline sodium $(hardware_packages) ios_packages = sodium protobuf native_protobuf +iossimulator_packages = sodium protobuf native_protobuf # not really native... freebsd_native_packages = freebsd_base |
