mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 23:31:56 +00:00
ID: 2785080 USE consistently
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@553 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
c1f2127035
commit
67636dd2af
2
Makefile
2
Makefile
@ -127,7 +127,7 @@ endif
|
||||
ifeq ($(patsubst mingw%,mingw,$(SYSTEM)), mingw)
|
||||
$(INSTALL) -m 0644 lib/$(LIB.DEVLNK) $(LIBDIR)/
|
||||
else
|
||||
strip -x lib/$(LIB.STATIC)
|
||||
$(STRIP) -x lib/$(LIB.STATIC)
|
||||
$(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/
|
||||
$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user