We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/mlua-rs/luau-src-rs/blob/main/src/lib.rs#L243 LLVM libc++ is currently only supported on apple platforms.
I get a bunch of linking errors due to this:
ld.lld: error: undefined symbol: std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::append(char const*) >>> referenced by string:1361 (/home/theo/src/llvm-builds/install/bin/../include/c++/v1/string:1361) >>> 93bf4816e2ff97ae-Compiler.o:(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>::operator+=[abi:ne200000](char const*)) in archive /home/theo/src/car-thing-tools/target/debug/deps/libmlua_sys-905d254762e6b864.rlib
The text was updated successfully, but these errors were encountered:
Could you try the latest release (0.640), or if it does not work, steps how to reproduce the issue?
Sorry, something went wrong.
Hmm it did work but I had to add -Clink-arg=-lc++abi to RUSTFLAGS for some reason.
-Clink-arg=-lc++abi
No branches or pull requests
See https://github.com/mlua-rs/luau-src-rs/blob/main/src/lib.rs#L243
LLVM libc++ is currently only supported on apple platforms.
I get a bunch of linking errors due to this:
The text was updated successfully, but these errors were encountered: