Skip to content

Commit

Permalink
Merge pull request #37 from earlephilhower/readline
Browse files Browse the repository at this point in the history
Update to the latest Apple compiler for cross
  • Loading branch information
earlephilhower committed Sep 23, 2023
2 parents 0826fc4 + 6cbe362 commit 975bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build ()
echo ' }') > ${tarball}.json
)}

tgt=osx pfx=x86_64-apple-darwin14 exe="" AHOST="x86_64-apple-darwin" build
tgt=osx pfx=x86_64-apple-darwin15 exe="" AHOST="x86_64-apple-darwin" build
tgt=windows pfx=x86_64-w64-mingw32 exe=".exe" AHOST="x86_64-mingw32" build
tgt=windows pfx=i686-w64-mingw32 exe=".exe" AHOST="i686-mingw32" build
tgt=linux pfx=arm-linux-gnueabihf exe="" AHOST="arm-linux-gnueabihf" build
Expand Down

0 comments on commit 975bd0f

Please sign in to comment.