Opened 3 years ago

Last modified 3 years ago

#62403 closed defect

libvpx build does not obey deployment target setting — at Version 1

Reported by: kencu (Ken) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ag@…
Port: libvpx

Description (last modified by kencu (Ken))

we build libvpx forcing the target like this:

force-target=${my_arch}-${os.platform}${os.major}-gcc

this builds against the build machine's os version.

when a user tries to build libvpx against an older deployment target, this build does not obey that deployment target.

https://lists.macports.org/pipermail/macports-users/2021-March/049617.html

perhaps our build target should incorporate the deployment target setting instead of using os.major.

Change History (1)

comment:1 Changed 3 years ago by kencu (Ken)

Description: modified (diff)
Note: See TracTickets for help on using tickets.