[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fix 32 bits CI builds because of the Metal integration (#399)

Ronie Salgado notifications at github.com
Sat Jun 8 00:05:04 UTC 2019


This should fix this issue: https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/385#issue-426205672

On 32 bits it is possible to link with the Metal libraries, but the MTLCreateSystemDefaultDevice() function always returns nil, at least on my machines.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/399

-- Commit Summary --

  * Always link the required dependencies for B3DAcceleratorPlugin.
  * Merge branch 'Cog' into bug/osx-32bit-opengl-undefined

-- File Changes --

    M platforms/iOS/plugins/B3DAcceleratorPlugin/Makefile (14)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/399.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/399.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/399
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190607/fce3aa11/attachment.html>


More information about the Vm-dev mailing list