Pebble icon indicating copy to clipboard operation
Pebble copied to clipboard

编译错误

Open double2li opened this issue 7 years ago • 1 comments

build64_release/src/common/libpebble_common.a(thread.cpp.o): In function pebble::Thread::Start()': /home/Pebble-master/src/common/thread.cpp:34: undefined reference to pthread_create'

double2li avatar Jun 05 '18 10:06 double2li

调整下threadpool中Build文件的下面两个顺序,修改后: deps = [ '//src/common/:pebble_common', '#pthread', ],

twoconk avatar Oct 30 '18 09:10 twoconk