Skip to content

Commit 3b3fea6

Browse files
committedFeb 16, 2020
Remove unused variable from SConstruct
1 parent f5256be commit 3b3fea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎SConstruct

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ opts.Add(EnumVariable('target', "Compilation target", 'debug', ['d', 'debug', 'r
1010
opts.Add(EnumVariable('platform', "Compilation platform", '', ['', 'windows', 'x11', 'linux', 'osx']))
1111
opts.Add(EnumVariable('p', "Compilation target, alias for 'platform'", '', ['', 'windows', 'x11', 'linux', 'osx']))
1212
opts.Add(BoolVariable('use_llvm', "Use the LLVM / Clang compiler", 'no'))
13-
opts.Add(PathVariable('target_name', 'The library name.', 'libqodot', PathVariable.PathAccept))
1413

1514
# only support 64 at this time..
1615
bits = 64

0 commit comments

Comments
 (0)