Disable SDL on Mac and Windows for now
This commit is contained in:
+11
-3
@@ -4,7 +4,7 @@
|
|||||||
"Major": 1,
|
"Major": 1,
|
||||||
"Minor": 12,
|
"Minor": 12,
|
||||||
"Revision": 0,
|
"Revision": 0,
|
||||||
"Build": 6908
|
"Build": 6909
|
||||||
},
|
},
|
||||||
"Company": "Flax",
|
"Company": "Flax",
|
||||||
"Copyright": "Copyright (c) 2012-2026 Wojciech Figat. All rights reserved.",
|
"Copyright": "Copyright (c) 2012-2026 Wojciech Figat. All rights reserved.",
|
||||||
@@ -14,6 +14,14 @@
|
|||||||
"UseCSharp": true,
|
"UseCSharp": true,
|
||||||
"UseLargeWorlds": false,
|
"UseLargeWorlds": false,
|
||||||
"UseDotNet": true,
|
"UseDotNet": true,
|
||||||
"UseSDL": true
|
"Windows": {
|
||||||
|
"UseSDL": false,
|
||||||
|
},
|
||||||
|
"Mac": {
|
||||||
|
"UseSDL": false,
|
||||||
|
},
|
||||||
|
"Linux": {
|
||||||
|
"UseSDL": true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user