mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
build conformance into dedicated directory
This commit is contained in:
@ -496,6 +496,8 @@ fn conformanceSteps(
|
|||||||
const c_exe = b.addExecutable(name, path);
|
const c_exe = b.addExecutable(name, path);
|
||||||
c_exe.setTarget(target);
|
c_exe.setTarget(target);
|
||||||
c_exe.setBuildMode(mode);
|
c_exe.setBuildMode(mode);
|
||||||
|
c_exe.setOutputDir("zig-out/bin/conformance");
|
||||||
|
c_exe.install();
|
||||||
|
|
||||||
// Store the mapping
|
// Store the mapping
|
||||||
try map.put(name, c_exe);
|
try map.put(name, c_exe);
|
||||||
|
Reference in New Issue
Block a user