mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	- Makefile: don't export DYLD_LIBRARY_PATH/LD_LIBRARY_PATH: not needed if we link minisat objects instead of library
This commit is contained in:
		
							parent
							
								
									95e309b94d
								
							
						
					
					
						commit
						ed2c577592
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -30,13 +30,11 @@ 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': | ||||
| 	export DYLD_LIBRARY_PATH := ${DESTDIR}/lib:$(DYLD_LIBRARY_PATH) | ||||
| 	CXXFLAGS += -I/opt/local/include | ||||
| 	LDFLAGS += -L/opt/local/lib | ||||
| 	QMAKE = qmake | ||||
| 	SED = gsed | ||||
| else | ||||
| 	export LD_LIBRARY_PATH := ${DESTDIR}/lib:$(LD_LIBRARY_PATH) | ||||
| 	LDFLAGS += -rdynamic | ||||
| 	LDLIBS += -lrt | ||||
| 	QMAKE = qmake-qt4 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue