Skip to content

Commit

Permalink
Set file offset bits, fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Aug 25, 2022
1 parent f7c71c5 commit db3833a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unarrc/unarrc_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ package unarrc
#cgo !debug CFLAGS: -DNDEBUG
#cgo CFLAGS: -DHAVE_7Z -DHAVE_ZLIB -DHAVE_BZIP2 -D_7ZIP_PPMD_SUPPPORT
#cgo CFLAGS: -Iexternal/lzma -Iexternal/zlib -Iexternal/bzip2 -Iexternal/unarr -fomit-frame-pointer
#cgo amd64 arm64 arm64be loong64 mips64 mips64le ppc64 ppc64le riscv64 s390x sparc64 CFLAGS: -D_FILE_OFFSET_BITS=64
*/
import "C"

0 comments on commit db3833a

Please sign in to comment.