Files
MINGW-packages/mingw-w64-mesa/001-extra-libs.patch
2015-01-26 19:25:18 +03:00

12 lines
476 B
Diff

--- Mesa-10.4.3/scons/llvm.py.orig 2015-01-26 15:04:25.957800000 +0300
+++ Mesa-10.4.3/scons/llvm.py 2015-01-26 15:05:28.623000000 +0300
@@ -66,7 +66,7 @@
env.PrependENVPath('PATH', llvm_bin_dir)
- if env['platform'] == 'windows':
+ if env['msvc']:
# XXX: There is no llvm-config on Windows, so assume a standard layout
if llvm_dir is None:
print 'scons: LLVM environment variable must be specified when building for windows'