From 4cb4ad949e05335f72407b156441cdd875491f13 Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 11 Nov 2018 17:19:39 +0300 Subject: [PATCH] Add Windows and Linux to Swift/Objective C build targets. GitOrigin-RevId: c23d018f9c265f426fc376de2681bc12d078a217 --- build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.html b/build.html index 32c53902..0f99bfb0 100644 --- a/build.html +++ b/build.html @@ -168,7 +168,7 @@ function getSupportedOs(language) { return ['Windows (through C++/CLI)', 'Universal Windows Platform (through C++/CX)', 'Windows (.Net Core)', 'Linux (.Net Core)', 'macOS (.Net Core)', 'FreeBSD (.Net Core)']; case 'Swift': case 'Objective-C': - return ['macOS', 'iOS', 'tvOS', 'watchOS']; + return ['Windows', 'Linux', 'macOS', 'iOS', 'tvOS', 'watchOS']; default: return ['Windows', 'Linux', 'macOS', 'FreeBSD']; }