Opened 2 years ago
Closed 2 years ago
#66405 closed defect (fixed)
nebula: use 'bin' Make target to build the right arch
Reported by: | herbygillot (Herby Gillot) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | nebula |
Description
The nebula
port currently uses the bin-darwin
build target, which builds the amd64 version of nebula
. The port needs to invoke the bin
target instead of bin-darwin
. The bin
target will build for the appropriate architecture, whether amd64 or arm64.
Change History (1)
comment:1 Changed 2 years ago by herbygillot (Herby Gillot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In eecd0b7a4e9fc9d2bca23ce5673b57a47a6f088c/macports-ports (master):