This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while((x = document.getElementsByClassName("_1pu4")).length>0){for(i=0;i<x.length;i++){x[i].click()}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CMakeLists.txt b/CMakeLists.txt | |
index 8c8ad17de..9a9c6f019 100644 | |
--- a/CMakeLists.txt | |
+++ b/CMakeLists.txt | |
@@ -3,11 +3,15 @@ include(SCVersion.txt) | |
# CMake versions can only consist of digits and periods, so don't use _TWEAK | |
project(SuperCollider VERSION ${SC_VERSION_MAJOR}.${SC_VERSION_MINOR}.${SC_VERSION_PATCH}) | |
-if (CMAKE_SYSTEM_NAME MATCHES "Linux") | |
+if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") |