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:
Gyusun Yeom 2019-04-08 02:44:15 +00:00
commit f92c14bcc1

View File

@ -9,6 +9,9 @@ endif
ifeq (ppc64,${M_ARCH})
ARCH64 = true
endif
ifeq (e2k,${M_ARCH})
ARCH64 = true
endif
ifeq (${ARCH64},true)
LDFLAGS.EXTRA = -L/usr/X11R6/lib64 -L/usr/lib64
LIBDIR = $(GLEW_DEST)/lib64