From 4aabe8df73921e50d688748da3918073fa11bb70 Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Wed, 12 Aug 2020 13:26:11 -0700 Subject: [PATCH] Static build for windows --- esy/configure-windows.sh | 4 +--- package.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/esy/configure-windows.sh b/esy/configure-windows.sh index 0fc4fe77..3ef9dd46 100755 --- a/esy/configure-windows.sh +++ b/esy/configure-windows.sh @@ -1,5 +1,3 @@ cd _build -INSTALL_PATH="$(cygpath -u $cur__install)" - -./configure --prefix=$cur__install --host=x86_64-w64-mingw32 +./configure --enable-static=yes --enable-shared=no --prefix=$cur__install --host=x86_64-w64-mingw32 diff --git a/package.json b/package.json index 538efc36..29683de4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,5 @@ } } }, - "dependencies": { - "@revery/esy-cmake": "revery-ui/esy-cmake#69335b9" - } + "dependencies": { } }