File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.14.0-dev.1911+3bf89f55c
1
+ 0.14.0-dev.2563+af5e73172
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ pub fn build(b: *std.Build) void {
39
39
});
40
40
41
41
if (target .result .os .tag == .windows ) {
42
- lib .defineCMacro ("PAR_SHAPES_API" , "__declspec(dllexport)" );
43
- lib .defineCMacro ("CGLTF_API" , "__declspec(dllexport)" );
44
- lib .defineCMacro ("MESHOPTIMIZER_API" , "__declspec(dllexport)" );
45
- lib .defineCMacro ("ZMESH_API" , "__declspec(dllexport)" );
42
+ lib .root_module . addCMacro ("PAR_SHAPES_API" , "__declspec(dllexport)" );
43
+ lib .root_module . addCMacro ("CGLTF_API" , "__declspec(dllexport)" );
44
+ lib .root_module . addCMacro ("MESHOPTIMIZER_API" , "__declspec(dllexport)" );
45
+ lib .root_module . addCMacro ("ZMESH_API" , "__declspec(dllexport)" );
46
46
}
47
47
48
48
break :blk lib ;
You can’t perform that action at this time.
0 commit comments