mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Add missing -lz to MXE build
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									323f6f6f60
								
							
						
					
					
						commit
						ab700ef215
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -276,7 +276,7 @@ endif | |||
| 
 | ||||
| ifeq ($(CONFIG),mxe) | ||||
| CXXFLAGS += -DYOSYS_ENABLE_TCL | ||||
| LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 | ||||
| LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32 -lz | ||||
| else | ||||
| CXXFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --silence-errors --cflags tcl || echo -I$(TCL_INCLUDE)) -DYOSYS_ENABLE_TCL | ||||
| ifeq ($(OS), FreeBSD) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue