mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
Pthread library should be included in library version too.
This commit is contained in:
parent
3337cd201b
commit
0397e6545a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ harptool: harptool.o libharplib.a
|
|||
$(CXX) $(LDFLAGS) -o $@ harptool.o libharplib.a $(LDLIBS)
|
||||
|
||||
libharplib.so: $(LIB_OBJS)
|
||||
$(CXX) -shared -o $@ $(LIB_OBJS)
|
||||
$(CXX) -shared -o $@ $(LIB_OBJS) $(LDLIBS)
|
||||
|
||||
libharplib.a: $(LIB_OBJS)
|
||||
ar rcs $@ $(LIB_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue