Fix platform ID for NetBeans IDE under Windows

This commit is contained in:
Ivan Kravets
2016-02-29 18:00:47 +02:00
parent 8cf3765b30
commit 9473e51e40

View File

@@ -14,7 +14,7 @@
<conf name="Default" type="0">
<toolsSet>
<developmentServer>localhost</developmentServer>
<platform>{{4 if "darwin" in systype else 2 if "linux" in systype else 1}}</platform>
<platform>{{4 if "darwin" in systype else 2 if "linux" in systype else 3}}</platform>
</toolsSet>
<compile>
<compiledirpicklist>