Previous commit fixed one braino but left another in place.
This commit is contained in:
parent
680500334e
commit
2b39efe249
@ -541,7 +541,7 @@ MAIN:{
|
||||
|
||||
# Build the world
|
||||
if ($cmds{'world'}) {
|
||||
logstage("building world (CFLAGS=${ENV}{'CFLAGS'})");
|
||||
logstage("building world (CFLAGS=$ENV{'CFLAGS'})");
|
||||
cd("$sandbox/src");
|
||||
make('buildworld')
|
||||
or error("failed to build world");
|
||||
|
Loading…
Reference in New Issue
Block a user