Hey there, I am trying to build basu using muon on a custom Linux distribution that uses musl libc. I am receiving the following error:
basu-v0.2.1/meson.build:208:47: error unable to parse '65534\10'
208 | id = id_result.stdout().to_int()
^
basu-v0.2.1/meson.build:208:41: error in method str.to_int()
208 | id = id_result.stdout().to_int()
I tried it with meson and it builds just fine, which lead me to believe it's a muon bug.
Any ideas that it might be caused by basu?
This appears to be a
muon
issue that has been resolved. Closing...