mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	Small improvement
This commit is contained in:
		
							parent
							
								
									5ac1d0c65d
								
							
						
					
					
						commit
						33a6256999
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		
							
								
								
									
										6
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1520,8 +1520,10 @@ APP_CONTENTS_DIR = $(APP_DIR)/Contents
 | 
			
		|||
APP_MACOS_DIR = $(APP_CONTENTS_DIR)/MacOS
 | 
			
		||||
APP_RESOURCES_DIR = $(APP_CONTENTS_DIR)/Resources
 | 
			
		||||
 | 
			
		||||
GLEW_LIB := $(shell find `brew --prefix`/Cellar/glew | grep libGLEW.2.2.0 | sort -n | uniq)
 | 
			
		||||
SDL2_LIB := $(shell find `brew --prefix`/Cellar/sdl2 | grep libSDL2- | sort -n | uniq)
 | 
			
		||||
ifeq ($(OSX_BUILD),1)
 | 
			
		||||
  GLEW_LIB := $(shell find `brew --prefix`/Cellar/glew | grep libGLEW.2.2.0 | sort -n | uniq)
 | 
			
		||||
  SDL2_LIB := $(shell find `brew --prefix`/Cellar/sdl2 | grep libSDL2- | sort -n | uniq)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
	@if [ "$(USE_APP)" = "0" ]; then \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue