wasilibc: use .imports file for lld
instead of passing in the --allow-undefined-file, we can just let lld find the file.
This commit is contained in:
@@ -17,6 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
postInstall = ''
|
||||
mv $out/lib/*/* $out/lib
|
||||
ln -s $out/share/wasm32-wasi/undefined-symbols.txt $out/lib/wasi.imports
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user