Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1542, comment 1


Ignore:
Timestamp:
Jul 6, 2022, 5:23:56 AM (2 years ago)
Author:
ayaismail

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1542, comment 1

    initial v1  
    11The issue has been solved, (also works for mac os version 11)
    22
    3 Its mainly related to the platform dependices definitions in Makefile.arch which is pointing to mac version 10 and not higher ones. The file can be found at:
     3Its mainly related to the platform dependices definitions in Makefile.arch, which is pointing to mac version 10 and not higher ones. The file can be found at:
    44
    55/path/to/delphes_directory/doc/Makefile.arch
     
    1616endif
    1717
    18 have to be replaced by,
     18should be replaced by,
    1919
    2020ifeq ($(PLATFORM),macosx)