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