Skip to content

Commit 600e907

Browse files
committed
linux 不能使用单引号?
1 parent 89633ac commit 600e907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"command": "${workspaceFolder}/server/build/linux/bin/lua",
5555
"args": [
5656
"-e",
57-
"package.cpath = './server/build/linux/bin/?.so;' .. package.cpath",
57+
"package.cpath = \"./server/build/linux/bin/?.so;\" .. package.cpath",
5858
"make/copy.lua",
5959
"${command:extensionPath}",
6060
],
@@ -63,7 +63,7 @@
6363
"command": "${workspaceFolder}/server/build/macos/bin/lua",
6464
"args": [
6565
"-e",
66-
"package.cpath = './server/build/macos/bin/?.so;' .. package.cpath",
66+
"package.cpath = \"./server/build/macos/bin/?.so;\" .. package.cpath",
6767
"make/copy.lua",
6868
"${command:extensionPath}",
6969
],

0 commit comments

Comments
 (0)