mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-23 07:41:01 +00:00
build: don't forget the C++ object in the static libs to bundle
This commit is contained in:
@@ -937,6 +937,7 @@ pub fn addSimd(
|
||||
// archives above so the no-libc VT link stays free of transitive C++
|
||||
// runtime metadata.
|
||||
m.addObjectFile(simd_cpp.getEmittedBin());
|
||||
if (static_libs) |v| try v.append(b.allocator, simd_cpp.getEmittedBin());
|
||||
} else {
|
||||
m.addIncludePath(b.path("src"));
|
||||
m.addCSourceFiles(.{
|
||||
|
||||
Reference in New Issue
Block a user