mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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'):
|
||||
print '\nWindows Platform SDK:'
|
||||
if (sys.platform != "win32"): return
|
||||
platsdk = 0
|
||||
if (strMode == 'default'):
|
||||
print '\tSearching for the latest version'
|
||||
|
Loading…
x
Reference in New Issue
Block a user