diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-14 15:19:25 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-14 15:19:25 +0100 |
| commit | d3e85b439b8b111eff208063b89d80d5f0e1c9d0 (patch) | |
| tree | 2e78cd95fb9940f217a780cc10c44e574ac48ef1 /src/library_list.h | |
| parent | ea837908b6bdf79f3c49763bc68f19f4867a8898 (diff) | |
| download | box64-d3e85b439b8b111eff208063b89d80d5f0e1c9d0.tar.gz box64-d3e85b439b8b111eff208063b89d80d5f0e1c9d0.zip | |
Added wrapped libxslt (from box86) (should help #161)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index e25b8d88..be2a909d 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -154,7 +154,7 @@ GO("libcups.so.2", libcups) //GO("libvulkan.so", vulkan) //GO("libwayland-client.so.0", waylandclient) GO("libxml2.so.2", xml2) -//GO("libxslt.so.1", xslt) +GO("libxslt.so.1", xslt) GO("libldap_r-2.4.so.2", ldapr) GO("liblber-2.4.so.2", lber) //GO("libnsl.so.1", nsl) |