summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/build64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/Unix/build64.sh')
-rwxr-xr-xInOsEmuPkg/Unix/build64.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/InOsEmuPkg/Unix/build64.sh b/InOsEmuPkg/Unix/build64.sh
index a9294be02e..8742b3f7f4 100755
--- a/InOsEmuPkg/Unix/build64.sh
+++ b/InOsEmuPkg/Unix/build64.sh
@@ -58,8 +58,8 @@ case `uname` in
UNIXPKG_TOOLS=XCLANG
fi
# NETWORK_SUPPORT="-D NETWORK_SUPPORT"
-# BUILD_NEW_SHELL="-D BUILD_NEW_SHELL"
-# BUILD_FAT="-D BUILD_FAT"
+ BUILD_NEW_SHELL="-D BUILD_NEW_SHELL"
+ BUILD_FAT="-D BUILD_FAT"
;;
Linux*) TARGET_TOOLS=ELFGCC ;;