mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
scons: Set the default windows platform to be windows userspace.
I thought I had done this ages ago.
This commit is contained in:
parent
79bb3da4d3
commit
00b463fc30
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import platform as _platform
|
|||
|
||||
_platform_map = {
|
||||
'linux2': 'linux',
|
||||
'win32': 'winddk',
|
||||
'win32': 'windows',
|
||||
}
|
||||
|
||||
default_platform = sys.platform
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue