7468696e6b

Results 6 comments of 7468696e6b

hello the sabaki client works with the Go Text Protocol (GTP) http://www.lysator.liu.se/~gunnar/gtp/

U+4E5E 乞 character not clean (unrelated mark included)

in particular the workaround involves this change: > edit the line in `CMakeLists.txt` (in your git-cloned folder) > from ` set(CMAKE_OSX_DEPLOYMENT_TARGET "10.6")` to ` set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")`

Well, it sets the minimum for macOS at macOS 11 (Big Sur, released in November 2020), which wouldn't work on older versions of macOS? So in this regard it might...

I suppose one way would be to detect the version of macos being run and alternate the makelist based on that ? https://discourse.cmake.org/t/how-to-determine-which-architectures-are-available-apple-m1/2401/7 not sure