mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
[ci skip] - Builds for x86_64, x86_64-musl - Fails for i686 (std::bad_alloc), mark as broken - Remove jumbo_build option as upstream has deprecated it: https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.md
13 lines
401 B
Diff
13 lines
401 B
Diff
--- third_party/angle/third_party/vulkan-loader/src/BUILD.gn.orig 2020-02-08 16:16:30.786747326 -0500
|
|
+++ third_party/angle/third_party/vulkan-loader/src/BUILD.gn 2020-02-08 16:17:02.682797286 -0500
|
|
@@ -59,10 +59,6 @@
|
|
if (is_win) {
|
|
cflags = [ "/wd4201" ]
|
|
}
|
|
- if (is_linux) {
|
|
- # assume secure_getenv() is available
|
|
- defines += [ "HAVE_SECURE_GETENV" ]
|
|
- }
|
|
}
|
|
|
|
if (!is_android) {
|