Browse Source

copyright

dev
Duke Leto 4 years ago
parent
commit
076ee2ad16
  1. 1
      zcutil/build-debian-package.sh
  2. 3
      zcutil/build-win.sh

1
zcutil/build-debian-package.sh

@ -1,5 +1,4 @@
#!/bin/bash
# Released under the GPLv3
# Copyright (c) 2019-2020 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html

3
zcutil/build-win.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright (c) 2019-2020 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
export HOST=x86_64-w64-mingw32
CXX=x86_64-w64-mingw32-g++-posix
CC=x86_64-w64-mingw32-gcc-posix

Loading…
Cancel
Save