From 84fb5e59a9c4c89c41c2e4e7797a51071078eb1b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 10 Aug 2015 22:17:37 +0300 Subject: [PATCH] Update hello-world example --- examples/desktop/hello-world/platformio.ini | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/examples/desktop/hello-world/platformio.ini b/examples/desktop/hello-world/platformio.ini index 1d508758..9ab3f31f 100644 --- a/examples/desktop/hello-world/platformio.ini +++ b/examples/desktop/hello-world/platformio.ini @@ -20,9 +20,6 @@ [env:native] platform = native -[env:win32] -platform = windows_x86 - # # If host OS is Mac OS X # @@ -42,3 +39,13 @@ platform = windows_x86 # [env:linux_armv6l] # platform = linux_arm # build_flags = -march=armv6 + +# +# If host OS is Linux +# + +# [env:linux_i686] +# platform = linux_i686 + +# [env:linux_x86_64] +# platform = linux_x86_64