Stop linking with liblinuxcompat.a

This library used to be provided by HXCPP, but it was removed in version
3.4.185. Fortunately, it doesn't seem to be necessary, so this commit
stops Lime from attempting to link with it.
This commit is contained in:
arm32x
2022-11-30 11:30:28 -05:00
committed by Josh Tynjala
parent 66ad36f8f3
commit 88a5cb8818

View File

@@ -40,7 +40,6 @@
<section if="linux">
<lib name="${HXCPP}/lib/${BINDIR}/liblinuxcompat.a" />
<lib name="-lpthread" />
<lib name="-lrt" />