We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735e52d commit 26ff1edCopy full SHA for 26ff1ed
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
mv tmp/cctoo* tmp/cctools
30
sed -i 's_#include_//_g' tmp/cctools/include/mach-o/loader.h
31
sed -i -e 's=<stdint.h>=\n#include <stdint.h>\ntypedef int integer_t;\ntypedef integer_t cpu_type_t;\ntypedef integer_t cpu_subtype_t;\ntypedef integer_t cpu_threadtype_t;\ntypedef int vm_prot_t;=g' tmp/cctools/include/mach-o/loader.h
32
- cp -r tmp/cctools/include/* /usr/local/include/
+ sudo cp -r tmp/cctools/include/* /usr/local/include/
33
rm -rf tmp cctools.tar.gz
34
35
elif [ "$RUNNER_OS" == "macOS" ]; then
0 commit comments