Skip to content

Commit

Permalink
Merge pull request #387 from nelhage/cpsauer-patch-1
Browse files Browse the repository at this point in the history
Temporary workaround until more full resolution of #374
  • Loading branch information
cpsauer authored Apr 2, 2023
2 parents ab64bf2 + 81c855f commit 4ddca20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.lzma-linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@
/* #undef HAVE_ICONV */

/* Define to 1 if you have the <immintrin.h> header file. */
#define HAVE_IMMINTRIN_H 1
#if defined __has_include
#if __has_include (<immintrin.h>)
#define HAVE_IMMINTRIN_H 1
#endif
#endif

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
Expand Down

0 comments on commit 4ddca20

Please sign in to comment.