Searched refs:lib_dir (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | Makefile.mingw | 8 lib_dir=$(prefix)/lib 11 LIBS = -L$(lib_dir) -lSDL 51 cp $(STATIC_LIB) $(SHARED_LIB) $(IMPORT_LIB) $(lib_dir) 55 rm -f $(lib_dir)/$(STATIC_LIB) 56 rm -f $(lib_dir)/$(SHARED_LIB) 57 rm -f $(lib_dir)/$(IMPORT_LIB)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjsc.c | 401 char exe_dir[1024], inc_dir[1024], lib_dir[1024], buf[1024], *p; in output_executable() local 418 pstrcpy(lib_dir, sizeof(lib_dir), exe_dir); in output_executable() 421 snprintf(lib_dir, sizeof(lib_dir), "%s/lib/quickjs", CONFIG_PREFIX); in output_executable() 448 lib_dir, bn_suffix, lto_suffix); in output_executable()
|
Completed in 5 milliseconds