mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	If you install with brew, it also installs links into /usr/local -- and if the version changes having the extra link line here will cause warnings.
This commit is contained in:
		| @@ -30,10 +30,10 @@ ifeq ($(UNAME_S), Darwin) #APPLE | ||||
| 	ECHO_MESSAGE = "Mac OS X" | ||||
|  | ||||
| 	LIBS = -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo | ||||
| 	LIBS += -L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/lib | ||||
| 	LIBS += -L/usr/local/lib | ||||
| 	LIBS += -lglew -lglfw3 | ||||
|  | ||||
| 	CXXFLAGS = -I../../ -I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/include | ||||
| 	CXXFLAGS = -I../../ -I/usr/local/include | ||||
| 	CXXFLAGS += -Wall | ||||
| #	CXXFLAGS += -D__APPLE__ | ||||
| endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user