Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed May 15, 2024
1 parent 6b3b1d3 commit 183cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llgo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"target": "darwin-arm64",
"cl": [
"mkdir ../pkg/shared/darwin-arm64",
"mkdir -p ../pkg/shared/darwin-arm64",
"cp libcjson.1.7.18.dylib ../pkg/shared/darwin-arm64/"
]
}
Expand Down

0 comments on commit 183cdc0

Please sign in to comment.