Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
napodan committed Nov 16, 2014
1 parent 45a1184 commit be5fe00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions win64/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export OUT=$TOP/out/win64/

if [[ "Fedora release 20 (Heisenbug)" == "$host" ]]
then
toolchain_file=$dir/fedora20/toolchain_mingw64.cmake
toolchain_file=$dir/fedora20/toolchain.cmake
elif [[ "Fedora release 21 (Twenty One)" == "$host" ]]
then
toolchain_file=$dir/fedora21/toolchain_mingw64.cmake
toolchain_file=$dir/fedora21/toolchain.cmake
else
echo "Don't know how to build windows 64 build in $host"
exit
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include( "$ENV{dir}/fedora20/toolchain_mingw64.cmake" )
include( "$ENV{dir}/fedora20/toolchain.cmake" )

set( CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} ${Mingw_Path}/libwinpthread-1.dll)

0 comments on commit be5fe00

Please sign in to comment.