Merge pull request #472 from FunkinCrew/bugfix/linux-openal-crash

Fix segmentation fault on Linux by rebuilding Lime.
This commit is contained in:
Cameron Taylor 2024-04-09 20:15:39 -04:00 committed by GitHub
commit 56623166b3
2 changed files with 6 additions and 1 deletions

View file

@ -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",

View file

@ -104,7 +104,7 @@
"name": "lime",
"type": "git",
"dir": null,
"ref": "1359fe6ad52e91175dc636a516d460bd54ea22ed",
"ref": "43ebebdd8119936b99f23407057025c7849c5f5b",
"url": "https://github.com/FunkinCrew/lime"
},
{