0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ohos_vlc
  2. /
  3. contrib
  4. /
  5. src
  6. /
  7. glew
HHugo Beauzée-Luyssencontrib: 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 年前