|
|
|
|
|
by scottyelich
3177 days ago
|
|
make
cc -o obj/Darwin/x86_64/main obj/Darwin/x86_64/main.o -Wl,-framework,SDL2 -Wl,-framework,SDL2_ttf
ld: framework not found SDL2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [obj/Darwin/x86_64/main] Error 1
---Yes, I have both frameworks installed. I even did the brew commands just for S&G ... same result after make command. |
|