mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-26 08:31:56 +00:00
Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Apr 8 02:44:15 GMT 2019
This commit is contained in:
commit
f92c14bcc1
@ -9,6 +9,9 @@ endif
|
|||||||
ifeq (ppc64,${M_ARCH})
|
ifeq (ppc64,${M_ARCH})
|
||||||
ARCH64 = true
|
ARCH64 = true
|
||||||
endif
|
endif
|
||||||
|
ifeq (e2k,${M_ARCH})
|
||||||
|
ARCH64 = true
|
||||||
|
endif
|
||||||
ifeq (${ARCH64},true)
|
ifeq (${ARCH64},true)
|
||||||
LDFLAGS.EXTRA = -L/usr/X11R6/lib64 -L/usr/lib64
|
LDFLAGS.EXTRA = -L/usr/X11R6/lib64 -L/usr/lib64
|
||||||
LIBDIR = $(GLEW_DEST)/lib64
|
LIBDIR = $(GLEW_DEST)/lib64
|
||||||
|
Loading…
Reference in New Issue
Block a user