Skip to content

Commit

Permalink
Static build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Aug 12, 2020
1 parent 0744363 commit 4aabe8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions esy/configure-windows.sh
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@
}
}
},
"dependencies": {
"@revery/esy-cmake": "revery-ui/esy-cmake#69335b9"
}
"dependencies": { }
}

0 comments on commit 4aabe8d

Please sign in to comment.