IUCompilerCourse / public-student-support-code

Public helper code for p423/p523 students (Racket)
MIT License
155 stars 74 forks source link

Add support for M1 Mac #15

Open vjspranav opened 2 years ago

vjspranav commented 2 years ago
swatson555 commented 2 years ago

I've also made changes to the code base for building on macintosh based on work done here.

Some thoughts I had are changing CC to clang -arch x86_64 is enough for building and, matching on the just the OS is probably enough since this would work on both variants of macintosh that are common.

https://github.com/swatson555/public-student-support-code/commit/ed54e16ab48299c2f2b96b050eb428f8e910d419