In the Makefile it sets `-m64`, which is not a valid flag on aarch64 (arm64): https://github.com/tonyrog/cl/blob/e82c6f35a21df8512f6bdf303f6c899afc08c7e1/c_src/Makefile#L72 This flag should be only set on x86_64. Noticed in https://hydra.nixos.org/build/108686242/nixlog/1
In the Makefile it sets
-m64, which is not a valid flag on aarch64 (arm64):cl/c_src/Makefile
Line 72 in e82c6f3
This flag should be only set on x86_64.
Noticed in https://hydra.nixos.org/build/108686242/nixlog/1