================
@@ -1517,7 +1517,7 @@ def buildLibrary(self, sources, lib_name):
                 "DYLIB_NAME": lib_name,
                 "CFLAGS_EXTRAS": "%s -I%s "
                 % (stdflag, os.path.join(os.environ["LLDB_SRC"], "include")),
-                "LD_EXTRAS": "-shared -l%s\liblldb.lib" % lib_dir,
----------------
kastiglione wrote:

hopefully someone changes this to `os.path.join` in the future.

https://github.com/llvm/llvm-project/pull/86806
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to