Skip to content

Commit

Permalink
Update Linux cbp to include required libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Nov 1, 2023
1 parent f199c17 commit 0f60f29
Show file tree
Hide file tree
Showing 4 changed files with 997 additions and 917 deletions.
4 changes: 4 additions & 0 deletions xLights/xLights.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@
<Add option="-rdynamic" />
<Add option="-lz" />
<Add option="-lzstd" />
<Add option="-lwebp" />
<Add option="-lwebpdemux" />
<Add option="-lstdc++fs" />
<Add library="../lib/linux/libliquidfun.a" />
<Add library="../dependencies/libxlsxwriter/lib/libxlsxwriter.a" />
Expand Down Expand Up @@ -266,6 +268,8 @@
<Add option="-rdynamic" />
<Add option="-lz" />
<Add option="-lzstd" />
<Add option="-lwebp" />
<Add option="-lwebpdemux" />
<Add option="-lstdc++fs" />
<Add library="../lib/linux/libliquidfun.a" />
<Add library="../dependencies/libxlsxwriter/lib/libxlsxwriter.a" />
Expand Down
Loading

0 comments on commit 0f60f29

Please sign in to comment.