49f7a4afd1
svn path=/nixpkgs/trunk/; revision=250
4 lines
128 B
Text
4 lines
128 B
Text
If ( HasSubstr(Platform(), "linux")
|
|
, IncludeFix("stdenv-linux/stdenv.fix")
|
|
, IncludeFix("stdenv-native/stdenv.fix")
|
|
)
|