mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
add TODO notes about arch
This commit is contained in:
@ -133,7 +133,11 @@ pub fn build(b: *std.build.Builder) !void {
|
|||||||
|
|
||||||
// Mac App based on Swift
|
// Mac App based on Swift
|
||||||
{
|
{
|
||||||
// Build the swift binary (TODO: debug vs release modes)
|
// Build the swift binary
|
||||||
|
//
|
||||||
|
// TODO:
|
||||||
|
// - debug vs release modes)
|
||||||
|
// - arch (arm64 vs x86_64)
|
||||||
const swift_build = b.addSystemCommand(&.{ "swift", "build" });
|
const swift_build = b.addSystemCommand(&.{ "swift", "build" });
|
||||||
swift_build.cwd = "macos";
|
swift_build.cwd = "macos";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user