Skip to content

Commit

Permalink
#337 add generation of newlib headers to the build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aralbrec committed Sep 4, 2017
1 parent 3f7fc13 commit 0893e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ if [ $do_libbuild = 1 ]; then
$MAKE -C libsrc
$MAKE -C libsrc install
$MAKE -C libsrc/_DEVELOPMENT
$MAKE -C include/_DEVELOPMENT
fi
if [ $do_tests = 1 ]; then
$MAKE -C testsuite
Expand Down
2 changes: 1 addition & 1 deletion src/z88dk-install/z88dk-install.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ int main(int argc, char **argv)

generate += newlib; // if changes have occurred to newlib headers, generate new headers at end

// newlib libraries
// newlib libraries

snprintf(src, sizeof(src), "%s/%s/lib/newlib/sccz80/%s%s", name, target, basename, ".lib");
snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_LIB_SCCZ80], basename, ".lib");
Expand Down

0 comments on commit 0893e25

Please sign in to comment.