projects
/
platform
/
upstream
/
iotivity.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
iotivity 0.9.0
[platform/upstream/iotivity.git]
/
service
/
protocol-plugin
/
sample-app
/
SConscript
1
##
2
#sample-app build script
3
##
4
5
Import('env')
6
7
target_os = env.get('TARGET_OS')
8
9
if target_os == 'linux':
10
SConscript('linux/SConscript')