aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-22 02:49:51 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-22 02:49:51 +0100
commit94364642e1735e697c8506423f9a60fb055e87af (patch)
treeae27a5b04b6f9fc84102acb33fa39689e54f376b /build-aux
parentdb9f741875ad1fd3c7c3e5b932420081862159bc (diff)
downloadblogc-feature/runserver-windows.tar.gz
blogc-feature/runserver-windows.tar.bz2
blogc-feature/runserver-windows.zip
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/build-windows.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/build-windows.sh b/build-aux/build-windows.sh
index b00fbe6..7e24cb6 100755
--- a/build-aux/build-windows.sh
+++ b/build-aux/build-windows.sh
@@ -4,12 +4,12 @@ set -ex
DESTDIR="${PN}-${TARGET}-${PV}"
-${MAKE_CMD:-make} blogc.exe
+${MAKE_CMD:-make} blogc.exe blogc-runserver.exe
rm -rf "${DESTDIR}"
mkdir -p "${DESTDIR}"
-cp .libs/blogc.exe "${DESTDIR}/"
+cp .libs/blogc.exe .libs/blogc-runserver.exe "${DESTDIR}/"
cp ../LICENSE "${DESTDIR}/"
cp ../README.md "${DESTDIR}/"