about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-04 10:37:08 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-04 10:37:08 +0200
commitf0503b67ebb590ae65e3b5ef425c7c222827e8d4 (patch)
treee2f16db03d244a2c96922f17dfcdc4ea6634f286
parent9c0daf0ed5922f59ef8b15aa4909e6dc87ed0f92 (diff)
downloadbox64-f0503b67ebb590ae65e3b5ef425c7c222827e8d4.tar.gz
box64-f0503b67ebb590ae65e3b5ef425c7c222827e8d4.zip
Fixed a typo in libpcre (for #17)
-rwxr-xr-xsrc/library_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 9f2dad0c..57b394d6 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -142,7 +142,7 @@ GO("libtinfo.so.6", libtinfo6)
 GO("libtcmalloc_minimal.so.4", tcmallocminimal)
 //GO("libmpg123.so.0", mpg123)
 GO("libgnutls.so.30", gnutls)
-GO("libprce.so.3", libpcre)
+GO("libpcre.so.3", libpcre)
 GO("libcups.so.2", libcups)
 //GO("d3dadapter9.so.1", d3dadapter9)
 //GO("libvulkan.so.1", vulkan)