fix build error
This commit is contained in:
16
CCPP.nix
16
CCPP.nix
@@ -19,14 +19,14 @@
|
||||
|
||||
# Enable languages support
|
||||
# languages.cplusplus.enable = true;
|
||||
env = {
|
||||
NIX_LD_LIBRARY_PATH = with pkgs;
|
||||
lib.makeLibraryPath [
|
||||
# stdenv_32bit.cc.cc
|
||||
glibc_multi
|
||||
];
|
||||
NIX_LD = with pkgs; lib.fileContents "${stdenv_32bit.cc}/nix-support/dynamic-linker";
|
||||
};
|
||||
# env = {
|
||||
# NIX_LD_LIBRARY_PATH = with pkgs;
|
||||
# lib.makeLibraryPath [
|
||||
# stdenv_32bit.cc.cc
|
||||
# glibc_multi
|
||||
# ];
|
||||
# NIX_LD = with pkgs; lib.fileContents "${stdenv_32bit.cc}/nix-support/dynamic-linker";
|
||||
# };
|
||||
|
||||
# When enter shell, exec ...
|
||||
enterShell = ''
|
||||
|
||||
Reference in New Issue
Block a user