mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Install into the directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80792f3dde
commit
c373221a08
@ -59,9 +59,11 @@ echo DARWIN_VERS = $DARWIN_VERS
|
|||||||
# If the user has CC set in their environment unset it now
|
# If the user has CC set in their environment unset it now
|
||||||
unset CC
|
unset CC
|
||||||
|
|
||||||
DT_HOME=$DEST_DIR//Developer/usr
|
DT_HOME=$DEST_DIR/Developer/usr
|
||||||
|
DEST_ROOT="/Developer$DEST_ROOT"
|
||||||
if [ "x$DEVELOPER_BIN" != "x" ]; then
|
if [ "x$DEVELOPER_BIN" != "x" ]; then
|
||||||
DT_HOME=$DEST_DIR/$DEVELOPER_DIR/usr
|
DT_HOME=$DEST_DIR/$DEVELOPER_DIR/usr
|
||||||
|
DEST_ROOT="/$DEVELOPER_DIR$DEST_ROOT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user