mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Merge pull request #12 from iori-yja/allow_build_on_freebsd
Allow build on FreeBSD
This commit is contained in:
commit
c03d4bbb3f
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
export TARGET=x86_64-unknown-redox
|
export TARGET=x86_64-unknown-redox
|
||||||
|
|||||||
2
cook.sh
2
cook.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
|
|
||||||
source config.sh
|
source config.sh
|
||||||
|
|
||||||
|
|||||||
2
fetch.sh
2
fetch.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
|
|
||||||
source config.sh
|
source config.sh
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit ecd2edd8935177cf9f160ae6ec11c22ee3a0a249
|
Subproject commit c26b21e3b6716e0af95a985888dbf19ec864b4a9
|
||||||
2
repo.sh
2
repo.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash -e
|
||||||
|
|
||||||
source config.sh
|
source config.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user