We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5256be commit 3b3fea6Copy full SHA for 3b3fea6
SConstruct
@@ -10,7 +10,6 @@ opts.Add(EnumVariable('target', "Compilation target", 'debug', ['d', 'debug', 'r
10
opts.Add(EnumVariable('platform', "Compilation platform", '', ['', 'windows', 'x11', 'linux', 'osx']))
11
opts.Add(EnumVariable('p', "Compilation target, alias for 'platform'", '', ['', 'windows', 'x11', 'linux', 'osx']))
12
opts.Add(BoolVariable('use_llvm', "Use the LLVM / Clang compiler", 'no'))
13
-opts.Add(PathVariable('target_name', 'The library name.', 'libqodot', PathVariable.PathAccept))
14
15
# only support 64 at this time..
16
bits = 64
0 commit comments