fix build for OSX with OSX_STATIC=0 API=sdl
This commit is contained in:
		
							parent
							
								
									c2a1eb0d26
								
							
						
					
					
						commit
						b5fa4cfe65
					
				@ -245,6 +245,7 @@ ifneq ($(SDLCONFIG), )
 | 
				
			|||||||
    TTFLOPT += $(shell $(PKG_CONFIG) --variable=libdir SDL_ttf)/libSDL_ttf.a
 | 
					    TTFLOPT += $(shell $(PKG_CONFIG) --variable=libdir SDL_ttf)/libSDL_ttf.a
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    SDLLOPT = $(shell $(SDLCONFIG) --libs) $(shell $(PKG_CONFIG) --libs SDL_image)
 | 
					    SDLLOPT = $(shell $(SDLCONFIG) --libs) $(shell $(PKG_CONFIG) --libs SDL_image)
 | 
				
			||||||
 | 
					    TTFLOPT = $(shell $(PKG_CONFIG) --libs SDL_ttf)
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    # these are for use with Mac OS X native frameworks
 | 
					    # these are for use with Mac OS X native frameworks
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user