mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 23:31:56 +00:00
bug fix
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@526 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
ba29ad0a7d
commit
f4f720b620
1
Makefile
1
Makefile
@ -119,7 +119,6 @@ else
|
|||||||
$(STRIP) -x lib/$(LIB.SHARED)
|
$(STRIP) -x lib/$(LIB.SHARED)
|
||||||
$(INSTALL) -m 0644 lib/$(LIB.SHARED) $(LIBDIR)/
|
$(INSTALL) -m 0644 lib/$(LIB.SHARED) $(LIBDIR)/
|
||||||
$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.SONAME)
|
$(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.SONAME)
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
# development files
|
# development files
|
||||||
$(INSTALL) -m 0644 include/GL/wglew.h $(INCDIR)/
|
$(INSTALL) -m 0644 include/GL/wglew.h $(INCDIR)/
|
||||||
|
Loading…
Reference in New Issue
Block a user