Browse Source

add:编译器目录统一C盘

Dozingfiretruck 4 years ago
parent
commit
61b96fcfc3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      xmake.lua

+ 2 - 2
xmake.lua

@@ -7,11 +7,11 @@ add_rules("mode.debug", "mode.release")
 local AIR105_VERSION
 local AIR105_VERSION
 local luatos = "../LuatOS/"
 local luatos = "../LuatOS/"
 
 
-local sdk_dir = "E:\\gcc-arm-none-eabi-10.3-2021.10\\"
+local sdk_dir = "C:\\gcc-arm-none-eabi-10.3-2021.10\\"
 if is_plat("linux") then
 if is_plat("linux") then
     sdk_dir = "/opt/gcc-arm-none-eabi-10.3-2021.10/"
     sdk_dir = "/opt/gcc-arm-none-eabi-10.3-2021.10/"
 elseif is_plat("windows") then
 elseif is_plat("windows") then
-    sdk_dir = "D:\\gcc-arm-none-eabi-10.3-2021.10\\"
+    sdk_dir = "C:\\gcc-arm-none-eabi-10.3-2021.10\\"
 end
 end
 
 
 toolchain("arm_toolchain")
 toolchain("arm_toolchain")