Skip to content

Commit

Permalink
There is no gconf is musl libc
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Dec 20, 2023
1 parent 53294ec commit 09fd018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appimagetool/appdirtool.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ func deployInterpreter(appdir helpers.AppDir) (string, error) {
}

if err != nil {
helpers.PrintError("Could not deploy the interpreter", err)
os.Exit(1)
helpers.PrintError("Could not deploy the interpreter", err) // TODO: Don't print this for musl libc
// os.Exit(1) // There is no gconf is musl libc
}

// Make ld-linux executable
Expand Down

0 comments on commit 09fd018

Please sign in to comment.