Skip to content

Commit

Permalink
Fix for abseil plasma-dialer/spacebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 20, 2023
1 parent 6cbb71d commit e6d1472
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ export async function buildMobileDev() {
//"export DISTCC_HOSTS='192.168.11.138/20'",
//"export CC='ccache gcc'",
//"export CXX='ccache g++'",
"export CMAKE_CXX_COMPILER_LAUNCHER=ccache"
"export CMAKE_CXX_COMPILER_LAUNCHER=ccache",
`export LDFLAGS="-Wl,--copy-dt-needed-entries"`
] : [
//"export CC='ccache gcc'",
//"export CXX='ccache g++'",
"export CMAKE_CXX_COMPILER_LAUNCHER=ccache"
"export CMAKE_CXX_COMPILER_LAUNCHER=ccache",
`export LDFLAGS="-Wl,--copy-dt-needed-entries"`
]

// @ts-ignore
Expand Down Expand Up @@ -158,7 +160,8 @@ export async function buildMobileDev() {
"mpvqt",
"tokodon",
"spectacle",
"plasma-dialer"
"plasma-dialer",
"spacebar"
];
const packagesToBuild = packageList.join(" ");

Expand Down

0 comments on commit e6d1472

Please sign in to comment.