Closed jsulmont closed 8 months ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | cfa374fc2e47d37cef6c8154e3558b430acb7177 |
You also need to change src/build/build-libgerbil.ss to name it .dylib.
Not sure what u mean here
You also need to change src/build/build-libgerbil.ss to name it .dylib.
Not sure what u mean here
It has to build it as liberbil.dylib, it currently names it libgerbil.so
@drewc assigned you this, can you test on the M3 to make sure it works as intended?
I still think we need to change this in build-libgerbil.ss
:
...
(libgerbil
(if (eq? mode 'shared)
(library-file-path "libgerbil.so")
(library-file-path "libgerbil.a")))
with a cond-expand
for darwin that names it .dylib
.
We probably should add a MacOS worker to CI/CD so that the build/tests run on the Mac too!
Closes #1166