Skip to content

Commit a43e104

Browse files
committedMay 24, 2017
pants13-pre: fix on non-Darwin platforms
1 parent 4e704b1 commit a43e104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/tools/build-managers/pants/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ let
4848
mkdir -p $out/bin/native-engine/${pants13-native-engine-prefix}/$native_version/
4949
5050
# These should behave the same way in Nix land and we try not to differentiate between OS revisions...
51+
mkdir -p $out/bin/native-engine/mac/
5152
ln -s 10.11 $out/bin/native-engine/mac/10.10
5253
ln -s 10.11 $out/bin/native-engine/mac/10.12
5354

0 commit comments

Comments
 (0)
Please sign in to comment.