mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-08 13:45:50 -05:00
4 lines
197 B
Bash
Executable File
4 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
clang++ ane.mm --shared -F /System/Library/PrivateFrameworks/ -framework ANEServices -framework IOSurface -framework Foundation -framework IOKit -framework ANECompiler -o libane.dylib
|
|
|