Skip to content

Commit

Permalink
chore: Work around missing emmintrin.h in github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Oct 25, 2023
1 parent f0c83f3 commit 94bb1b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zstd.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module zstd

#flag -D ZSTD_STATIC_LINKING_ONLY
#flag -D ZSTD_DISABLE_ASM
$if windows {
#flag -D ZSTD_NO_INTRINSICS
}
#flag -I @VROOT/libzstd
#flag @VROOT/libzstd/common/debug.o
#flag @VROOT/libzstd/common/entropy_common.o
Expand Down

0 comments on commit 94bb1b0

Please sign in to comment.