mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Fix building with Clang
This commit is contained in:
parent
4b0a720ddf
commit
3f0a4bf0e7
@ -27,7 +27,7 @@ ifeq ($(perlbindings), yes)
|
||||
|
||||
Store_CXXFLAGS = \
|
||||
-I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \
|
||||
-D_FILE_OFFSET_BITS=64 -Wno-unused-variable -Wno-literal-suffix
|
||||
-D_FILE_OFFSET_BITS=64 -Wno-unused-variable -Wno-literal-suffix -Wno-reserved-user-defined-literal
|
||||
|
||||
Store_ALLOW_UNDEFINED = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user