Skip to content

Commit 630e335

Browse files
committed
Merge pull request #26 from pedroasad/master
Added a missing -lpthread flag to one Makefile
2 parents 6d02884 + 716cffb commit 630e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Tools/NiViewer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
endif
2727

2828
LIB_DIRS += ../../../ThirdParty/PSCommon/XnLib/Bin/$(PLATFORM)-$(CFG)
29-
USED_LIBS += OpenNI2 XnLib
29+
USED_LIBS += OpenNI2 XnLib pthread
3030

3131
EXE_NAME = NiViewer
3232

0 commit comments

Comments
 (0)