mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
fixed MSPlatform check for non-Win platforms
This commit is contained in:
parent
66aef17a6f
commit
7d9778f2b9
@ -1573,6 +1573,7 @@ def SdkLocateVisualStudio():
|
|||||||
|
|
||||||
def SdkLocateMSPlatform( strMode = 'default'):
|
def SdkLocateMSPlatform( strMode = 'default'):
|
||||||
print '\nWindows Platform SDK:'
|
print '\nWindows Platform SDK:'
|
||||||
|
if (sys.platform != "win32"): return
|
||||||
platsdk = 0
|
platsdk = 0
|
||||||
if (strMode == 'default'):
|
if (strMode == 'default'):
|
||||||
print '\tSearching for the latest version'
|
print '\tSearching for the latest version'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user