Changes between Initial Version and Version 1 of Ticket #41304, comment 2


Ignore:
Timestamp:
Mar 26, 2014, 8:37:50 PM (10 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41304, comment 2

    initial v1  
    1 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
     1I'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 strings, this fails when passing two -arch because the preprocessor doesn't support that
    22{{{
    33clang: error: cannot use 'c-header-cpp-output' output with multiple -arch options