Browse Source

Revert a few things to get zstd working in wasm, deal with it later

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 3 years ago
parent
commit
dd185edf96
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      deps/Makefile

+ 1
- 10
deps/Makefile View File

@@ -106,12 +106,7 @@ ENV += LDFLAGS='$(LINK_FLAGS)'
SPACE =
SPACE +=

ifeq ($(WASM),true)
CMAKE = emcmake cmake
else
CMAKE = cmake
endif

CMAKE = cmake
CMAKE += -DCMAKE_INSTALL_LIBDIR=lib
CMAKE += -DCMAKE_INSTALL_PREFIX='$(DEP_PATH)'
CMAKE += -DBUILD_SHARED_LIBS=OFF
@@ -131,10 +126,6 @@ $(error CI build requires -mmacosx-version-min flag on macOS)
endif
endif

ifeq ($(CROSS_COMPILING),true)
CMAKE += -DCMAKE_CROSSCOMPILING=ON
endif

# make sure debug/release matches
ifeq ($(DEBUG),true)
CMAKE += -DCMAKE_BUILD_TYPE=Debug


Loading…
Cancel
Save