mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	- Makefile: include $(PWD) in PATH, since 'make test' can happen before 'make install'.
This commit is contained in:
		
							parent
							
								
									4d56fbc150
								
							
						
					
					
						commit
						c17ee0f6dd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -27,7 +27,7 @@ CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -I${DESTDIR}/include -MD -D_YOSY
 | 
			
		|||
LDFLAGS = -L${DESTDIR}/lib
 | 
			
		||||
LDLIBS = -lstdc++ -lreadline -lm -ldl
 | 
			
		||||
 | 
			
		||||
export PATH := ${DESTDIR}/bin:$(PATH)
 | 
			
		||||
export PATH := $(PWD):$(DESTDIR)/bin:$(PATH)
 | 
			
		||||
 | 
			
		||||
ifeq (Darwin,$(findstring Darwin,$(shell uname)))
 | 
			
		||||
	# add macports include and library path to search directories, don't use '-rdynamic' and '-lrt':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue