summaryrefslogtreecommitdiff
path: root/xmake/core/_xmake_main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-07-11 00:35:20 +0800
committerruki <[email protected]>2019-07-10 21:32:02 +0800
commita8851e6f0446177e609bb087ea2c7117e3af3030 (patch)
tree54a13c29d22c40c339d2ecea675a8d4b86a9e1d6 /xmake/core/_xmake_main.lua
parentac11149472ddf3da6918c7deec62059c7cec25e7 (diff)
update ci urls to mirror
Diffstat (limited to 'xmake/core/_xmake_main.lua')
-rw-r--r--xmake/core/_xmake_main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/_xmake_main.lua b/xmake/core/_xmake_main.lua
index 5e0a3a160..f21500d78 100644
--- a/xmake/core/_xmake_main.lua
+++ b/xmake/core/_xmake_main.lua
@@ -57,7 +57,6 @@ function loadfile(filepath)
readopt.encoding = "binary" -- read file by binary mode, will be faster
displaypath = path.join("$(programdir)", path.relative(filepath, xmake._PROGRAM_DIR))
elseif filepath:startswith(xmake._PROJECT_DIR) then
- --readopt.encoding = "binary" -- read file by binary mode, will be faster
displaypath = path.join("$(projectdir)", path.relative(filepath, xmake._PROJECT_DIR))
end