a non-word aligned parameter is illegal (but most of the toolchain accepts it). So, word align data structures for em22.
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
include("plat/build.lua")
 | 
						|
 | 
						|
return installable {
 | 
						|
	name = "tools",
 | 
						|
	map = {
 | 
						|
		["$(PLATIND)/descr/em22"] = "./descr",
 | 
						|
		"util/opt+pkg",
 | 
						|
		"util/ass+pkg",
 | 
						|
	}
 | 
						|
}
 |