termux-packages/packages/txikijs/CMakeLists.txt.patch.before...

12 lines
246 B
Plaintext
Raw Normal View History

2022-01-09 02:24:03 +00:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2023-10-24 16:29:46 +00:00
@@ -89,7 +89,7 @@
src/bundles/c/core/core.c
src/bundles/c/core/polyfills.c
src/bundles/c/core/run-main.c
2022-01-09 02:24:03 +00:00
- ../deps/quickjs/src/cutils.c
+ deps/quickjs/src/cutils.c
)
2023-10-24 16:29:46 +00:00
2022-11-17 14:06:47 +00:00
if(NOT MINGW)