mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-03 15:29:57 +01:00
Activate the wintab profile if we are on windows and the SDK path is set.
This commit is contained in:
parent
ee9aa09577
commit
4cb3cc08fc
|
|
@ -51,6 +51,14 @@
|
|||
</profile>
|
||||
<profile>
|
||||
<id>wintab</id>
|
||||
<activation>
|
||||
<os>
|
||||
<family>windows</family>
|
||||
</os>
|
||||
<property>
|
||||
<name>env.WINTABSDKDIR</name>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>wintab</module>
|
||||
</modules>
|
||||
|
|
|
|||
Loading…
Reference in a new issue