Change build scripts after move bdwgc files to gcutil repository root

Change `GCutil/bdwgc` to `GCutil` in escargot.spec, android CMakeLists.txt.
Remove `-I .../GCutil/bdwgc -I .../GCutil/bdwgc/include/gc`.

Signed-off-by:  Ivan Maidanski <ivmai@mail.ru>
This commit is contained in:
Ivan Maidanski 2025-11-16 13:12:24 +03:00 committed by Patrick Kim
commit d017677d54
4 changed files with 5 additions and 6 deletions

View file

@ -131,7 +131,8 @@ void btSighandler(int sig, struct sigcontext ctx)
}
#endif
#include <GCUtil.h>
#include "GCUtil.h"
void doFullGCWithoutSeeingStack()
{
GC_register_mark_stack_func([]() {