Skip to content
Snippets Groups Projects
Commit c03d4bbb authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #12 from iori-yja/allow_build_on_freebsd

Allow build on FreeBSD
parents 4f1aeff1 7c14c6e9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -e #!/usr/bin/env bash -e
# Configuration # Configuration
export TARGET=x86_64-unknown-redox export TARGET=x86_64-unknown-redox
......
#!/bin/bash -e #!/usr/bin/env bash -e
source config.sh source config.sh
......
#!/bin/bash -e #!/usr/bin/env bash -e
source config.sh source config.sh
......
Subproject commit ecd2edd8935177cf9f160ae6ec11c22ee3a0a249 Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9
#!/bin/bash -e #!/usr/bin/env bash -e
source config.sh source config.sh
......
#!/bin/bash #!/usr/bin/env bash
set -e set -e
echo "Downloading latest libc-artifacts" echo "Downloading latest libc-artifacts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment