]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/build64.sh
Get BlockIo mapping interfaces working. Still need to work on detecting block size...
[mirror_edk2.git] / InOsEmuPkg / Unix / build64.sh
index a9294be02e77d0dc09cceee3d405a447e440a91c..8742b3f7f4a0c1646f60ba34ba36959e6010e18e 100755 (executable)
@@ -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 ;;