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": { } }