Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 72c474c

Browse files
committed
CHG | Refactor haxelib inclusion for developers; move haxe-ws dependency to NotDeveloper section
1 parent 724eb62 commit 72c474c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@
123123
<haxelib name="hscript-iris" if="HSCRIPT_ALLOWED" version="1.1.3"/>
124124

125125
<!-- Dev Only -->
126-
<haxelib name="hscript-plus" if="HSCRIPT_ALLOWED" unless="NotDeveloper"/>
126+
<section if="NotDeveloper">
127+
<haxelib name="hscript-plus" if="HSCRIPT_ALLOWED"/>
128+
<haxelib name="haxe-ws"/>
129+
</section>
127130

128131
<haxelib name="hxvlc" if="VIDEOS_ALLOWED" version="2.0.1"/>
129132

@@ -142,7 +145,6 @@
142145

143146
<!-- Enables a terminal log prompt on debug builds -->
144147
<haxelib name="hxcpp-debug-server" if="debug"/>
145-
<haxelib name="haxe-ws" unless="NotDeveloper"/>
146148
<haxedef name="IRIS_DEBUG" if="debug" />
147149
<haxedef name="HXC_LIBVLC_LOGGING" if="VIDEOS_ALLOWED debug" />
148150
<haxedef name="HXVLC_NO_SHARE_DIRECTORY" if="VIDEOS_ALLOWED" />

0 commit comments

Comments
 (0)