rpav / cl-autowrap

(c-include "file.h") => complete FFI wrapper
BSD 2-Clause "Simplified" License
210 stars 41 forks source link

Add support to generate arm64 spec file #103

Closed noloop closed 3 years ago

noloop commented 4 years ago

Coming soon I'll do this. I sent one PR for trivial-features and it's already accepting arm64, see https://github.com/trivial-features/trivial-features/commit/9d1d6591713c5190af63461b9bdcb3ec091cbd3a.

digikar99 commented 3 years ago

Almost a related issue: I'm using this on linux installed using Debian Noroot on an android device. (autowrap::local-arch) returns "aarch64-pc-linux-gnu", would it be possible to support this configuration as well? Or perhaps a more general way of specifying the spec-file to be used to c-include?

Edit: For my own purposes, (setq *features* (cons :android (remove :linux *features*))) seems good enough.

rpav commented 3 years ago

Yeah just make a similar modification as #104, test it with your stuff, and PR me. ;)