[MacPorts] #41304: luajit: add universal variant
MacPorts
noreply at macports.org
Wed Mar 26 13:37:23 PDT 2014
#41304: luajit: add universal variant
---------------------------+--------------------------
Reporter: ryandesign@… | Owner: and.damore@…
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: luajit |
---------------------------+--------------------------
Comment (by and.damore@…):
I'm not sure it can be built universal, ''src/Makefile'' is guessing the
arch using ''$(CC) $(CFLAGS) -E lj_arch.h -dM'' and searching the output
for known arch, this fails when passing two -arch because the preprocessor
doesn't support that
{{{
clang: error: cannot use 'c-header-cpp-output' output with multiple -arch
options
}}}
Any suggestion?
--
Ticket URL: <https://trac.macports.org/ticket/41304#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list