mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-14 23:06:40 +00:00
12 lines
192 B
Diff
12 lines
192 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -92,7 +92,7 @@
|
|
src/worker.c
|
|
src/ws.c
|
|
src/xhr.c
|
|
- ../deps/quickjs/src/cutils.c
|
|
+ deps/quickjs/src/cutils.c
|
|
)
|
|
|
|
if(NOT MINGW)
|