Skip to content

Commit

Permalink
not define scripts/awtk_mobile_common.mk in default
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Jan 1, 2025
1 parent 87754f6 commit 614edb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tkc/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ static mem_allocator_t* mem_allocator_get(void) {
return s_allocator;
}

#if (!defined(WITH_SDL) && !defined(LINUX))
#define EXPORT_STD_MALLOC 1
#endif

#if defined(EXPORT_STD_MALLOC)
/*export std malloc*/
void* calloc(size_t count, size_t size) {
Expand Down

0 comments on commit 614edb2

Please sign in to comment.