mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
build.sh: fix ${BASE_DIRECTORY} after moving the script
This should have been in commit
328e77aced
This commit is contained in:
parent
de47d85298
commit
6076938402
2
build.sh
2
build.sh
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
BASE_DIRECTORY=`dirname $0`
|
BASE_DIRECTORY=`dirname $0`
|
||||||
BASE_DIRECTORY=`(cd ${BASE_DIRECTORY}; cd ..; pwd)`
|
BASE_DIRECTORY=`(cd ${BASE_DIRECTORY}; pwd)`
|
||||||
ME=`basename $0`
|
ME=`basename $0`
|
||||||
|
|
||||||
# FIXME: some components need this (mingwdll), but they shouldn't.
|
# FIXME: some components need this (mingwdll), but they shouldn't.
|
||||||
|
Loading…
Reference in New Issue
Block a user