Skip to content

Commit 6c8a77c

Browse files
committed
cd67e81: tools/daKernel: added missing ; to jamfile
1 parent af4ecd6 commit 6c8a77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • prog/tools/libTools/daKernel

prog/tools/libTools/daKernel/jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ KernelLinkage = dynamic ;
66
ProjectAllowsOodle = yes ;
77
UseQuirrel = no ;
88
UseMemoryAllocator = RTL ;
9-
LinuxUseGUI = no
9+
LinuxUseGUI = no ;
1010
include $(Root)/prog/tools/tools_setup.jam ;
1111

1212
TargetType = dll ;

0 commit comments

Comments
 (0)