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
parent 4c821525b4
commit 162b5da2c3

View File

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