From 10d2b888cebbf15a17710f4388acc8cf1b07c058 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Wed, 8 May 2024 20:31:58 +0200 Subject: [PATCH] [platform] adding a full list of targets to `cargo-about` config to generate one common 3rd-party licenses report GitOrigin-RevId: d3a2543197b7866dcf45e0052c868f7dc207bf02 --- native/XPlatLauncher/about.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/native/XPlatLauncher/about.toml b/native/XPlatLauncher/about.toml index 39136dd00772..89d4ada433fe 100644 --- a/native/XPlatLauncher/about.toml +++ b/native/XPlatLauncher/about.toml @@ -1,3 +1,12 @@ +targets = [ + "x86_64-pc-windows-msvc", + "aarch64-pc-windows-msvc", + "x86_64-apple-darwin", + "aarch64-apple-darwin", + "x86_64-unknown-linux-gnu", + "aarch64-unknown-linux-gnu", +] + accepted = [ "Apache-2.0", "MIT",