Opened 4 years ago

Closed 4 years ago

#61080 closed defect (fixed)

premake5: Use the right compiler, arch flags, add universal variant

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: amake (Aaron Madlon-Kay)
Priority: Normal Milestone:
Component: ports Version: 2.6.3
Keywords: Cc: wyuenho (Jimmy Yuen Ho Wong)
Port: premake5

Description

The premake5 port sets use_configure no, therefore it presumably does not build UsingTheRightCompiler or -arch flags or have a universal variant, so it is up to the port maintainer to arrange for those things. Using the makefile 1.0 portgroup is one way to do that.

It is difficult to tell what the port is doing, since the build system uses silent build rules. Ideally, turn that off so that we can see what commands and arguments are being used during the build.

Change History (1)

comment:1 Changed 4 years ago by Aaron Madlon-Kay <amake@…>

Resolution: fixed
Status: assignedclosed

In 4633eb27958d93519b49e2e91dc95669ce8477dc/macports-ports (master):

premake5: use the right compiler

Fixes #61080

Note: See TracTickets for help on using tickets.