forked from boostorg/beast
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export VARIANT=ubasan
							 | 
						||
| 
								 | 
							
								export TOOLSET=clang
							 | 
						||
| 
								 | 
							
								export TRAVIS=0
							 | 
						||
| 
								 | 
							
								export BOOST_ROOT="`pwd`"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								"$1"
							 |