Skip to content

Commit abc949c

Browse files
author
Clement Champetier
committed
SConscript: fix windows versioning
Need sys to check platform.
1 parent f7f202c commit abc949c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import glob, re
22
import os
3+
import sys
34

45
Import( "env" )
56
Import( "envJava" )

0 commit comments

Comments
 (0)