Merge pull request #10540 from akallabeth/wasm

[winpr,comm] do not compile with EMSCRIPTEN
This commit is contained in:
Martin Fleisz 2024-08-30 09:33:08 +02:00 committed by GitHub
commit d02a30e377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
set(MODULE_NAME "winpr-comm")
set(MODULE_PREFIX "WINPR_COMM")
if(UNIX AND NOT ANDROID AND NOT APPLE)
if(UNIX AND NOT ANDROID AND NOT APPLE AND NOT EMSCRIPTEN)
set(${MODULE_PREFIX}_SRCS
comm.c
comm.h