We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe7535 commit f41944fCopy full SHA for f41944f
build.zig
@@ -188,20 +188,7 @@ pub const StepOptions = struct {
188
pub fn emccStep(
189
b: *std.Build,
190
wasm: *std.Build.Step.Compile,
191
-<<<<<<< HEAD
192
- options: struct {
193
- optimize: std.builtin.OptimizeMode,
194
- flags: EmccFlags,
195
- settings: EmccSettings,
196
- use_preload_plugins: bool = false,
197
- embed_paths: ?[]const EmccFilePath = null,
198
- preload_paths: ?[]const EmccFilePath = null,
199
- shell_file_path: ?std.Build.LazyPath = null,
200
- install_dir: std.Build.InstallDir,
201
- },
202
-=======
203
options: StepOptions,
204
->>>>>>> c0b8b70 (build.zig: pulled out the options to its own structs)
205
) *std.Build.Step {
206
var emcc = b.addSystemCommand(&.{emccPath(b)});
207
0 commit comments