mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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:
parent
98de57bc8a
commit
d017677d54
4 changed files with 5 additions and 6 deletions
|
|
@ -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([]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue