URI:
       temscripten-2.0.8-wasm-ld.patch - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       temscripten-2.0.8-wasm-ld.patch (603B)
       ---
            1 diff --git a/tools/shared.py b/tools/shared.py
            2 index 87dde559f..72c9e74cf 100644
            3 --- a/tools/shared.py
            4 +++ b/tools/shared.py
            5 @@ -1436,6 +1436,7 @@ LLVM_COMPILER = os.path.expanduser(build_llvm_tool_path(exe_suffix('llc')))
            6  LLVM_DWARFDUMP = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-dwarfdump')))
            7  LLVM_OBJCOPY = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-objcopy')))
            8  WASM_LD = os.path.expanduser(build_llvm_tool_path(exe_suffix('wasm-ld')))
            9 +WASM_LD = 'GENTOO_PREFIX/usr/bin/wasm-ld'
           10  
           11  EMCC = bat_suffix(path_from_root('emcc'))
           12  EMXX = bat_suffix(path_from_root('em++'))