diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-25 09:24:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-25 09:24:28 +0200 |
| commit | 4cdc3c62b25c1b36cf7584fed13f2f15e00937fb (patch) | |
| tree | c02cd951f1f555e40b93ca7ea5045cd6a2e491d6 /CMakeLists.txt | |
| parent | 4402f082455a3647616141dbca776ae94cd0f2e8 (diff) | |
| download | box64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.tar.gz box64-4cdc3c62b25c1b36cf7584fed13f2f15e00937fb.zip | |
Added wrapeed libcrypt.so
Diffstat (limited to 'CMakeLists.txt')
| -rwxr-xr-x | CMakeLists.txt | 1 |
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" |