File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 build :
1010
11- runs-on : macOS-10.15
11+ runs-on : macos-latest
1212
1313 steps :
1414
Original file line number Diff line number Diff line change 1616jobs :
1717 build :
1818
19- runs-on : macOS-10.15
19+ runs-on : macos-latest
2020
2121 steps :
2222 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ cd "${0%/*}" # cd into the folder containing this script
77
88mkdir -p build
99
10- gcc -g -fPIC -c -mmacosx-version-min=10.9 -o build/makePathFromOutline.o makePathFromOutline.m
10+ cc -g -fPIC -c -mmacosx-version-min=10.9 -o build/makePathFromOutline.o makePathFromOutline.m
1111
12- ld -dylib -macosx_version_min 10.9 -o ../Lib/fontgoggles/mac/libmakePathFromOutline.dylib -framework AppKit -arch x86_64 -lsystem.b build/makePathFromOutline.o
12+ cc -dynamiclib -mmacosx-version-min= 10.9 -o ../Lib/fontgoggles/mac/libmakePathFromOutline.dylib -framework AppKit -arch x86_64 -lsystem.b build/makePathFromOutline.o
You can’t perform that action at this time.
0 commit comments