epk2extract icon indicating copy to clipboard operation
epk2extract copied to clipboard

Fixed build on Mac OS

Open tcptps opened this issue 3 years ago • 0 comments

ATTENTION fixed gcc Version: 10

.gitignore: added .DS_Store to make developing on a Mac easier .travis/install.sh: added gcc@10 to fullfill the gcc on version 10 requirement CMakeLists.txt added differentiation for MacOS where it only includes the headers which are shipped with the repo build.sh added differentiation for MacOS to use gcc Version 10 installed via brew, use sepcial Arguments, include the headers which are shipped with the repo

tcptps avatar Jul 11 '21 23:07 tcptps