Improvement and unification of version processing in build scripts.
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926).
This commit is contained in:
@@ -15,7 +15,7 @@ extern "C" {
|
||||
#include "version.h"
|
||||
#include <nxt_unit.h>
|
||||
|
||||
#if NXT_UNIT_VERNUM != NXT_NODE_VERNUM
|
||||
#if NXT_VERNUM != NXT_NODE_VERNUM
|
||||
#error "libunit version mismatch."
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user