4 lines
128 B
Text
4 lines
128 B
Text
If ( HasSubstr(Platform(), "linux")
|
|
, IncludeFix("stdenv-linux/stdenv.fix")
|
|
, IncludeFix("stdenv-native/stdenv.fix")
|
|
)
|