thomasokken / free42

Free42 : An HP-42S Calculator Simulator
https://thomasokken.com/free42/
GNU General Public License v2.0
286 stars 54 forks source link

Add support for aarch64 in GTK version #15

Closed plabadens closed 4 years ago

plabadens commented 4 years ago

This pull request adds support for aarch64 in the GTK version of Free42. It turns out that some Linux systems will report the architecture as aarch64 and not amd64, which causes issues when building the Intel library. This fixes issue #14.