Merge pull request #314452 from ExpidusOS/fix/glew

glew110: fix cross compiling
This commit is contained in:
Nick Cao
2024-06-08 14:00:44 -04:00
committed by GitHub
+2
View File
@@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [
"SYSTEM=${if stdenv.hostPlatform.isMinGW then "mingw" else stdenv.hostPlatform.parsed.kernel.name}"
"CC:=$(CC)"
"LD:=$(CC)"
];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;