Changes between Initial Version and Version 1 of Ticket #1542, comment 1
- Timestamp:
- Jul 6, 2022, 5:23:56 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1542, comment 1
initial v1 1 1 The issue has been solved, (also works for mac os version 11) 2 2 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: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: 4 4 5 5 /path/to/delphes_directory/doc/Makefile.arch … … 16 16 endif 17 17 18 have tobe replaced by,18 should be replaced by, 19 19 20 20 ifeq ($(PLATFORM),macosx)