File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ pub fn build(b: *std.Build) !void {
359359 // `windows.h` which is problematic when cross compiling
360360 // from a case-sensitive filesystem.
361361 // https://github.com/llvm/llvm-project/issues/161400
362- if (target .result .os .tag == .windows ) {
362+ if (target .result .os .tag == .windows and b . graph . host . result . os . tag != .windows ) {
363363 const upper_case_windows_h = b .addWriteFiles ().add ("Windows.h" , "#include <windows.h>" );
364364 tracy_profiler .root_module .addIncludePath (upper_case_windows_h .dirname ());
365365 }
Original file line number Diff line number Diff line change 133133 .paths = .{
134134 "capture" ,
135135 "csvexport" ,
136+ "icon" ,
136137 "import" ,
137138 "include" ,
138139 "manual/tracy.md" ,
You can’t perform that action at this time.
0 commit comments