Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
xycaleth committed Jun 10, 2020
1 parent 29f75e0 commit 24c5b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ case "${host}" in
export CC=${host}-gcc
export CXX=${host}-g++
set -- \
-D CMAKE_TOOLCHAIN_FILE=$(pwd)/cmake/toolchains/${host}.cmake \
-D CMAKE_TOOLCHAIN_FILE=$(pwd)/cmake/Toolchains/${host}.cmake \
"$@"
;;

(i?86-linux-gnu)
set -- \
-D CMAKE_TOOLCHAIN_FILE=$(pwd)/cmake/toolchains/linux-i686.cmake \
-D CMAKE_TOOLCHAIN_FILE=$(pwd)/cmake/Toolchains/linux-i686.cmake \
"$@"
;;

Expand Down

0 comments on commit 24c5b27

Please sign in to comment.