Skip to content

Commit

Permalink
[build] Fixes build when using mongooseplus.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Dec 20, 2018
1 parent 89f416a commit b1351ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/freelan/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ else:
])

if env.mongoose == 'yes':
libraries.extend([
'mongooseplus',
])
libraries.insert(3, 'mongooseplus')

if env.upnp == 'yes':
libraries.extend([
Expand Down

0 comments on commit b1351ce

Please sign in to comment.