mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-01 03:04:30 +00:00
Fix segmentation fault on Linux by rebuilding Lime.
This commit is contained in:
parent
90f53a78c1
commit
9a7a385af1
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -96,6 +96,11 @@
|
||||||
"target": "windows",
|
"target": "windows",
|
||||||
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
|
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "Linux / Debug",
|
||||||
|
"target": "linux",
|
||||||
|
"args": ["-debug", "-DFORCE_DEBUG_VERSION"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "HashLink / Debug",
|
"label": "HashLink / Debug",
|
||||||
"target": "hl",
|
"target": "hl",
|
||||||
|
|
2
hmm.json
2
hmm.json
|
@ -104,7 +104,7 @@
|
||||||
"name": "lime",
|
"name": "lime",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"dir": null,
|
"dir": null,
|
||||||
"ref": "1359fe6ad52e91175dc636a516d460bd54ea22ed",
|
"ref": "43ebebdd8119936b99f23407057025c7849c5f5b",
|
||||||
"url": "https://github.com/FunkinCrew/lime"
|
"url": "https://github.com/FunkinCrew/lime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue