Skip to content

Commit

Permalink
mxml: Build in source directory
Browse files Browse the repository at this point in the history
Fix the error below.

    config.status: creating config.h
    [BEE] <= leaving bee_configure() ..
    [BEE] => entering bee_build() ..
    [BEE] make -j1
    make: *** No rule to make target 'mxml-attr.c', needed by 'mxml-attr.o'.  Stop.
    Command exited with non-zero status 2
  • Loading branch information
pmenzel committed Jan 17, 2019
1 parent 6c76728 commit b335b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxml.be0
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SRCURL[0]="https://github.com/michaelrsweet/mxml/releases/download/v${PKGVERSION
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
Expand Down

0 comments on commit b335b88

Please sign in to comment.