From c83f2ca026f43ba4b9b1c6c42ce28cf61abd891c Mon Sep 17 00:00:00 2001 From: Evan Perry Grove <124738337+evanperrygrove-somewear@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:35:05 -0500 Subject: [PATCH] Update conditional-compilation.md Mention the "none" target_os value --- src/conditional-compilation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index c3a36effe..e724b21e2 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -129,6 +129,7 @@ Example values: * `"dragonfly"` * `"openbsd"` * `"netbsd"` +* `"none"` (typical for embedded targets) ### `target_family`