copyright
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Released under the GPLv3
|
|
||||||
# Copyright (c) 2019-2020 The Hush developers
|
# Copyright (c) 2019-2020 The Hush developers
|
||||||
# Distributed under the GPLv3 software license, see the accompanying
|
# Distributed under the GPLv3 software license, see the accompanying
|
||||||
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/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
|
export HOST=x86_64-w64-mingw32
|
||||||
CXX=x86_64-w64-mingw32-g++-posix
|
CXX=x86_64-w64-mingw32-g++-posix
|
||||||
CC=x86_64-w64-mingw32-gcc-posix
|
CC=x86_64-w64-mingw32-gcc-posix
|
||||||
|
|||||||
Reference in New Issue
Block a user