mirror of https://github.com/aap/librw.git
conan: set platform=d3d9 as default on Windows
This commit is contained in:
parent
bcfe402fe9
commit
53bf5288de
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue