mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	- Makefile: fix typo in LDFLAGS: obviously -L, not -I is required here
This commit is contained in:
		
							parent
							
								
									4958559456
								
							
						
					
					
						commit
						4d56fbc150
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -24,7 +24,7 @@ TARGETS = yosys yosys-config | |||
| all: top-all | ||||
| 
 | ||||
| CXXFLAGS = -Wall -Wextra -ggdb -I"$(shell pwd)" -I${DESTDIR}/include -MD -D_YOSYS_ -fPIC -include kernel/posix_compatibility.h | ||||
| LDFLAGS = -I${DESTDIR}/lib | ||||
| LDFLAGS = -L${DESTDIR}/lib | ||||
| LDLIBS = -lstdc++ -lreadline -lm -ldl | ||||
| 
 | ||||
| export PATH := ${DESTDIR}/bin:$(PATH) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue