Skip to content

Commit

Permalink
Update wscript
Browse files Browse the repository at this point in the history
make LINK default true
  • Loading branch information
tehn authored Apr 26, 2020
1 parent 7d70fed commit 281097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def options(opt):
opt.load('compiler_c compiler_cxx boost')
opt.add_option('--desktop', action='store_true', default=False)
opt.add_option('--supercollider-prefix', action='store', default='/usr')
opt.add_option('--enable-ableton-link', action='store_true', default=False)
opt.add_option('--enable-ableton-link', action='store_true', default=True)

def configure(conf):
conf.load('compiler_c compiler_cxx boost')
Expand Down

0 comments on commit 281097a

Please sign in to comment.