mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Fixed to compile in Linux
This commit is contained in:
parent
2335b1061b
commit
da27dd77aa
2 changed files with 7 additions and 0 deletions
|
|
@ -303,6 +303,11 @@ Fix includes:
|
|||
|
||||
(remove ../common)
|
||||
|
||||
Add:
|
||||
|
||||
#define ZSTD_DISABLE_ASM
|
||||
|
||||
somewhere...
|
||||
|
||||
initial 1.3.2
|
||||
2019-03-26: 1.3.8
|
||||
|
|
|
|||
|
|
@ -116,6 +116,8 @@
|
|||
# define ZSTD_ASM_SUPPORTED 0
|
||||
#endif
|
||||
|
||||
#define ZSTD_DISABLE_ASM
|
||||
|
||||
/**
|
||||
* Determines whether we should enable assembly for x86-64
|
||||
* with BMI2.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue