Store and use NXT_LIBRT for go module.

This commit is contained in:
Max Romanov
2017-08-29 11:33:35 -07:00
parent 73dc76b0bf
commit 52ae0e69c1
3 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ nxt_feature_libs=
if [ "$NXT_SYSTEM" = "Linux" ]; then
nxt_feature_libs=-lrt
NXT_LIBRT=-lrt
fi
nxt_feature_test="#include <sys/mman.h>