mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			18 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
 | 
						|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
 | 
						|
 | 
						|
name: libbacktrace
 | 
						|
buildsystem: autotools
 | 
						|
no-autogen: true
 | 
						|
build-options:
 | 
						|
  strip: false
 | 
						|
  no-debuginfo: true
 | 
						|
sources:
 | 
						|
  - type: git
 | 
						|
    url: "https://github.com/ianlancetaylor/libbacktrace.git"
 | 
						|
    commit: "86885d14049fab06ef8a33aac51664230ca09200"
 | 
						|
cleanup:
 | 
						|
  - /include
 | 
						|
  - /lib/*.a
 | 
						|
  - /lib/*.la
 |