Update build scons for notificaiton android sample.
[platform/upstream/iotivity.git] / service / notification / cpp-wrapper / SConscript
index b9005a0..fa553bd 100755 (executable)
@@ -28,5 +28,6 @@ SConscript('provider/SConscript')
 SConscript('consumer/SConscript')
 
 # Go to build sample apps using wrapper
-SConscript('examples/linux/SConscript')
+if target_os == 'linux':
+    SConscript('examples/linux/SConscript')