Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
ohos-3.0.21
ohos_vlc
/
contrib
/
src
/
glew
下载当前目录
H
Hugo Beauzée-Luyssen
contrib: glew: Ensure the .pc has a valid prefix configured
a2984547
创建于
2021年7月26日
历史提交
文件
最后提交记录
最后更新时间
SHA512SUMS
Update GLEW to 1.7.0
13 年前
rules.mak
contrib: glew: Ensure the .pc has a valid prefix configured
4 年前
win32.patch
contribs: glew: Simplify/improve the win32 patch, fix building with lld The previous version of win32.patch left things in a bit more broken state than necessary. The previous version of the patch removed LD=gcc and removed a number of flags, making the build trying to build a DLL (but without the option -shared), actually producing an EXE. (The linked DLLs are later actually removed by the contribs build system.) Instead of removing LD=gcc, change it into LD=$(CC) which is more what glew originally intended, and keep the flags for linking shared libraries (but remove the -soname option which isn't supported by neither GNU ld nor lld). This fixes building in setups where $(LD) points to lld. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit 41b5dca1f870aa1fbc32703daf875c35aa979fd9) Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
5 年前