mirror of
https://github.com/aap/librw.git
synced 2025-12-19 08:59:51 +00:00
conan: set platform=d3d9 as default on Windows
This commit is contained in:
@@ -36,6 +36,7 @@ class LibrwConan(ConanFile):
|
|||||||
if self._os_is_playstation2:
|
if self._os_is_playstation2:
|
||||||
self.options.platform = "ps2"
|
self.options.platform = "ps2"
|
||||||
if self.settings.os == "Windows":
|
if self.settings.os == "Windows":
|
||||||
|
self.options.platform = "d3d9"
|
||||||
self.options["sdl2"].directx = False
|
self.options["sdl2"].directx = False
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user