##
# Examples build script
##
Import('env')

target_os = env.get('TARGET_OS')
if target_os in ['linux']:
	SConscript('linux/SConscript')
