You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/CMakeLists.txt
+37-2Lines changed: 37 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,27 @@ set(COMPILE_ALL_D_FILES_AT_ONCE ON CACHE BOOL "Comp
40
40
set(RT_CFLAGS ""CACHESTRING"Runtime extra C compiler flags, separated by ' '")
41
41
set(LD_FLAGS ""CACHESTRING"Runtime extra C linker flags, separated by ' '")
42
42
set(C_SYSTEM_LIBS AUTO CACHESTRING"C system libraries for linking shared libraries and test runners, separated by ';'")
43
-
set(TARGET_SYSTEM AUTO CACHESTRING"Targeted platform for cross-compilation (e.g., 'Linux;UNIX', 'Darwin;APPLE;UNIX', 'Windows;MSVC')")
43
+
set(TARGET_SYSTEM AUTO CACHESTRING"Target OS/toolchain for cross-compilation (e.g., 'Linux;UNIX', 'Darwin;APPLE;UNIX', 'Windows;MSVC')")
44
+
set(TARGET_PLATFORM AUTO CACHESTRING"Target platform for cross-compilation, shortcut variable with format OS-arch (e.g., 'Linux-arm', 'Mac-x64', 'Windows-aarch64', 'Android-x86')")
0 commit comments