Page MenuHome

Make deps: Use own version of nasm for Apple
ClosedPublic

Authored by Sergey Sharybin (sergey) on Jul 7 2020, 1:09 PM.

Details

Summary

The upstream version of nasm does not put version information to the
generated object files, which makes linker to show the following
warning:

building for macOS, but linking in object file

Using own patched version of nasm which puts required information to
the object file, making linker happy.

The plan is to either streamline the patch and provide it to the
upstream, or, it that takes too long, get an independent fix from the
upstream.

Diff Detail

Repository
rB Blender
Branch
nasm (branched from master)
Build Status
Buildable 8882
Build 8882: arc lint + arc unit

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Jul 7 2020, 1:09 PM
Sergey Sharybin (sergey) created this revision.
This revision is now accepted and ready to land.Jul 7 2020, 1:33 PM