Skip to content

Commit

Permalink
docu: correct IO_SOURCE for stdio builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guberathome committed Jan 7, 2025
1 parent 51466e6 commit bfcd0e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions platforms/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ ifndef WIDTHOPT
WIDTHOPT=
endif
ifndef IO_SOURCE
# for POSIX systems:
IO_SOURCE = pf_io_posix.c pf_fileio_stdio.c
#IO_SOURCE = pf_io_stdio.c
# TODO: add demo what else is needed for this to work
# for generic / any system supporting stdio:
# IO_SOURCE = pf_io_stdio.c pf_fileio_stdio.c
endif

SRCDIR = ../..
Expand Down

0 comments on commit bfcd0e9

Please sign in to comment.