Skip to content

Commit

Permalink
wscript: remove unneeded build env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Mar 24, 2019
1 parent f2a54fc commit cfa7768
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from waflib import Logs
import os
from fwgslib import get_flags_by_compiler
from fwgslib import get_subproject_name

top = '.'

Expand Down Expand Up @@ -55,9 +54,6 @@ def configure(conf):
conf.env.append_unique('DEFINES', 'MAINUI_USE_FREETYPE');

def build(bld):
bld.load_envs()
bld.env = bld.all_envs[get_subproject_name(bld)]

libs = []

# basic build: dedicated only, no dependencies
Expand Down

0 comments on commit cfa7768

Please sign in to comment.