mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Install to /usr/local by default when using Makefiles
Software should install to /usr/local by default, as /usr is for the operating system managed libraries. Closes #52.
This commit is contained in:
parent
80e061f85d
commit
679a3b17fa
4
Makefile
4
Makefile
@ -40,8 +40,8 @@ else
|
|||||||
$(error "Platform '$(SYSTEM)' not supported")
|
$(error "Platform '$(SYSTEM)' not supported")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GLEW_PREFIX ?= /usr
|
GLEW_PREFIX ?= /usr/local
|
||||||
GLEW_DEST ?= /usr
|
GLEW_DEST ?= /usr/local
|
||||||
BINDIR ?= $(GLEW_DEST)/bin
|
BINDIR ?= $(GLEW_DEST)/bin
|
||||||
LIBDIR ?= $(GLEW_DEST)/lib
|
LIBDIR ?= $(GLEW_DEST)/lib
|
||||||
INCDIR ?= $(GLEW_DEST)/include/GL
|
INCDIR ?= $(GLEW_DEST)/include/GL
|
||||||
|
Loading…
Reference in New Issue
Block a user