Skip to content

Commit

Permalink
Fix segmentation fault on Linux by rebuilding Lime.
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed Apr 6, 2024
1 parent 90f53a7 commit 9a7a385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
"target": "windows",
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
},
{
"label": "Linux / Debug",
"target": "linux",
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
},
{
"label": "HashLink / Debug",
"target": "hl",
Expand Down
2 changes: 1 addition & 1 deletion hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"name": "lime",
"type": "git",
"dir": null,
"ref": "1359fe6ad52e91175dc636a516d460bd54ea22ed",
"ref": "43ebebdd8119936b99f23407057025c7849c5f5b",
"url": "https://github.com/FunkinCrew/lime"
},
{
Expand Down

0 comments on commit 9a7a385

Please sign in to comment.