about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-25 09:24:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-25 09:24:28 +0200
commit4cdc3c62b25c1b36cf7584fed13f2f15e00937fb (patch)
treec02cd951f1f555e40b93ca7ea5045cd6a2e491d6 /CMakeLists.txt
parent4402f082455a3647616141dbca776ae94cd0f2e8 (diff)
downloadbox64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.tar.gz
box64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.zip
Added wrapeed libcrypt.so
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2aa96c8b..45402436 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,6 +198,7 @@ set(WRAPPEDS
     "${BOX64_ROOT}/src/wrapped/wrappedldlinux.c"
     "${BOX64_ROOT}/src/wrapped/wrappedlibasound.c"
     "${BOX64_ROOT}/src/wrapped/wrappedlibc.c"
+    "${BOX64_ROOT}/src/wrapped/wrappedlibcrypt.c"
     "${BOX64_ROOT}/src/wrapped/wrappedlibcups.c"
     "${BOX64_ROOT}/src/wrapped/wrappedlibdl.c"
     "${BOX64_ROOT}/src/wrapped/wrappedlibgl.c"