Hash : e67a3f28 Author : Thomas de Grivel Date : 2024-10-18T14:49:39
Download
1 2 3 4 5 6
#!/bin/sh # gen by configure OBJC="/usr/bin/clang" CPPFLAGS="" CFLAGS="" /opt/homebrew/bin/glibtool --tag=CC --mode=compile ${OBJC} ${CPPFLAGS} ${CFLAGS} -c "$1" -o "$2" >> .build/log 2>&1