mirror of
				https://github.com/falk-werner/webfuse
				synced 2025-06-13 12:54:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| . DoBuildFiles/generic.properties
 | |
| 
 | |
| set -- "$@" -C "${PWD}/meson"
 | |
| { [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- -v "$@"
 | |
| [ -z "$VERBOSE" ] || set -x
 | |
| 
 | |
| exec ninja -j"$NPROC" "$@"
 | |
| 
 |