diff --git a/deps/Makefile b/deps/Makefile index 553a013..e6f2ede 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -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