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

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