mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	MacOS - Overcoming linker failure
modified: Makefile
This commit is contained in:
		
							parent
							
								
									a3b48fcf6f
								
							
						
					
					
						commit
						7c82b37953
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -761,7 +761,7 @@ else ifeq ($(findstring SDL,$(WINDOW_API)),SDL)
 | 
			
		|||
  else ifeq ($(TARGET_RPI),1)
 | 
			
		||||
    BACKEND_LDFLAGS += -lGLESv2
 | 
			
		||||
  else ifeq ($(OSX_BUILD),1)
 | 
			
		||||
    BACKEND_LDFLAGS += -framework OpenGL `pkg-config --libs glew` -ld_classic
 | 
			
		||||
    BACKEND_LDFLAGS += -framework OpenGL `pkg-config --libs glew`
 | 
			
		||||
    EXTRA_CPP_FLAGS += -stdlib=libc++ -std=c++0x
 | 
			
		||||
  else
 | 
			
		||||
    BACKEND_LDFLAGS += -lGL
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue