Skip to content

Commit

Permalink
Fix include directive for zlib in markerCompress.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 18, 2024
1 parent 2243d72 commit f5579e2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
15 changes: 15 additions & 0 deletions build/NftMarkerCreator.min.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions build/NftMarkerCreator_ES6_wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/NftMarkerCreator_wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/NftMarkerCreator_wasm.thread.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion emscripten/markerCompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#include <string.h>
#include <AR/ar.h>
#include "zlib/zlib.h"
#include <zlib/zlib.h>

static const char *zipname = "/tempBinFile.bin";

Expand Down

0 comments on commit f5579e2

Please sign in to comment.