Skip to content

Commit

Permalink
libchdr: redo fseeko/ftello fix
Browse files Browse the repository at this point in the history
  • Loading branch information
invertego authored and LukeUsher committed Jun 27, 2023
1 parent 682fc36 commit 83b43e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thirdparty/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ flags += -I$(libchdr.path)/include
flags += -I$(libchdr.path)/deps/lzma-19.00/include -D_7ZIP_ST
flags += -I$(libchdr.path)/deps/zlib-1.2.13

# instruct glibc to declare fseeko/ftello
flags += -D_LARGEFILE_SOURCE

tzxfile.objects := TZXAudioGenerator TZXBlock TZXBlockArchiveInfo TZXBlockCustomInfo
tzxfile.objects += TZXBlockGroupEnd TZXBlockGroupStart TZXBlockHardwareType TZXBlockLoopEnd
tzxfile.objects += TZXBlockLoopStart TZXBlockMessage TZXBlockPause TZXBlockPulseSequence
Expand Down

0 comments on commit 83b43e8

Please sign in to comment.