pants13-pre: fix on non-Darwin platforms

This commit is contained in:
Dan Peebles 2017-05-24 00:05:10 -04:00
parent 4e704b144a
commit a43e104ada

View File

@ -48,6 +48,7 @@ let
mkdir -p $out/bin/native-engine/${pants13-native-engine-prefix}/$native_version/ mkdir -p $out/bin/native-engine/${pants13-native-engine-prefix}/$native_version/
# These should behave the same way in Nix land and we try not to differentiate between OS revisions... # These should behave the same way in Nix land and we try not to differentiate between OS revisions...
mkdir -p $out/bin/native-engine/mac/
ln -s 10.11 $out/bin/native-engine/mac/10.10 ln -s 10.11 $out/bin/native-engine/mac/10.10
ln -s 10.11 $out/bin/native-engine/mac/10.12 ln -s 10.11 $out/bin/native-engine/mac/10.12