Skip to content

Commit 7a35bc2

Browse files
committed
fixed missing JAMUNAME on LINUX
1 parent 5f49bc5 commit 7a35bc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/engine/jam.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@
219219
|| defined(__gnu_linux__)
220220
#define OSMINOR "OS=LINUX"
221221
#define OS_LINUX
222+
#ifndef unix
223+
#define unix
224+
#endif
222225
#endif
223226
#ifdef __Lynx__
224227
#define OSMINOR "OS=LYNX"

0 commit comments

Comments
 (0)