버전
3.0-791
분기
master
날짜
11년, 6개월 전
Windows x64 Windows x86
커밋
b2e2e49fe49715a3dd77f138b8365046550d99b2
만든이 변경
Shawn Hoffman
설명 변경
fix Snow Leopard compatibility

Checking for clang in Xcode bundle seems pointless, command line tools should be installed.
Setting the path explicity to avoid fink/macports/homebrew prevents use of locally installed packages like clang and wxwidgets.
Realistically using opencl means the minimum OSX version targetable is 10.6.
Correct TARGET_SYSROOT check, add required -mmacosx-version-min to linker flags.
also using wxwidgets gl component.