mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Linux on some architectures (HPPA) needs files linked in a special way that GCC understands; therefore use cc instead of ld for linking
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@437 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
0e130b2f1b
commit
d422398490
@ -1,6 +1,6 @@
|
||||
NAME = $(GLEW_NAME)
|
||||
CC = cc
|
||||
LD = ld
|
||||
LD = cc
|
||||
ifneq (undefined, $(origin GLEW_MX))
|
||||
CFLAGS.EXTRA = -DGLEW_MX
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user