File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 - uses : actions/checkout@v4
2828 with :
2929 submodules : recursive
30- # - uses: actboy168/setup-luamake@master
30+ - uses : actboy168/setup-luamake@master
3131 - run : sudo ldconfig -p
32- # - run: luamake lua compile/download_deps.lua
33- # - run: luamake -mode release -platform ${{ matrix.platform }}
32+ - run : luamake lua compile/download_deps.lua
33+ - run : luamake -mode release -platform ${{ matrix.platform }}
3434 # - run: npm install -g @vscode/vsce ovsx
3535 # - run: npx vsce publish --target ${{ matrix.platform }} -p ${{ secrets.VSCE_KEY }}
3636 # working-directory: publish
Original file line number Diff line number Diff line change @@ -132,11 +132,10 @@ lm:lua_src "source_bee" {
132132 }
133133 },
134134 linux = {
135- ldflags = " -pthread" ,
135+ ldflags = " -pthread -l:libbfd.so " ,
136136 links = {
137137 " stdc++fs" ,
138138 " unwind" ,
139- " bfd" ,
140139 }
141140 },
142141 macos = {
You can’t perform that action at this time.
0 commit comments