Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e772f63

Browse files
author
TheDisabledKid
authored
please accept this this will fix compile
please this will fix it
1 parent ad3e467 commit e772f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
<!-- Defines whether the file system can be read/written directly. Does not work in browser. -->
179179
<haxedef name="FEATURE_FILESYSTEM" if="desktop" />
180180
<!-- Defines whether Lua Modcharts should be enabled. Only works on Windows. -->
181-
<haxedef name="FEATURE_LUAMODCHART" if="windows" />
181+
<haxedef name="FEATURE_LUAMODCHART" if="desktop" />
182182
<!-- Defines whether WebM videos should be enabled. Currently only enabled on Windows. -->
183-
<haxedef name="FEATURE_WEBM" if="windows" />
183+
<haxedef name="FEATURE_WEBM" if="cpp" />
184184
<!-- Defines whether StepMania files can be loaded. -->
185185
<haxedef name="FEATURE_STEPMANIA" if="desktop" />
186186
<!-- Defines whether the Thread class can be used. -->

0 commit comments

Comments
 (0)