diff options
-rw-r--r-- | common.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ import platform as _platform _platform_map = { 'linux2': 'linux', - 'win32': 'winddk', + 'win32': 'windows', } default_platform = sys.platform |
index : ~jonny/mesa-demos | ||
Unnamed repository; edit this file 'description' to name the repository. | jonny |
summaryrefslogtreecommitdiff |
-rw-r--r-- | common.py | 2 |
@@ -12,7 +12,7 @@ import platform as _platform _platform_map = { 'linux2': 'linux', - 'win32': 'winddk', + 'win32': 'windows', } default_platform = sys.platform |