aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matrixssl/matrixssl.inc
blob: bb6b8e0bdcd32b628c4f0b4b78e967061e3aed53 (plain)
1
2
3
4
5
def define_os (d):
	import bb
	if bb.data.getVar('TARGET_OS', d, 1).startswith('linux'):
		return "-DLINUX"
	return ""