Skip to content

Commit

Permalink
libchdr: disable asm optimisation for zstd
Browse files Browse the repository at this point in the history
Should fix the Ubuntu build.
  • Loading branch information
LukeUsher committed Feb 11, 2024
1 parent d007597 commit f392e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ 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
flags += -I$(libchdr.path)/deps/zstd-1.5.5/lib
flags += -DZSTD_DISABLE_ASM

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

0 comments on commit f392e4f

Please sign in to comment.