Skip to content

Commit 0e845bd

Browse files
Avoid using dlfcn.h in Task.cpp
1 parent 94bb1e8 commit 0e845bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/Task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <dispatch/dispatch.h>
2727
#endif
2828

29-
#if !defined(_WIN32)
29+
#if !defined(_WIN32) && !defined(__wasi__)
3030
#include <dlfcn.h>
3131
#endif
3232

0 commit comments

Comments
 (0)