Skip to content

Commit

Permalink
fixup rename-stuff.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 16, 2017
1 parent c1ff18c commit 11c7c5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rename-stuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ moveto_subdir applications \
listfunc \
sortbase

ln -s general/iostream.h src/iostream.h
# GROSS HACK: io package directly #includes src/iostream.h
# we can't use a symlink, because that breaks on Windows / AppVeyor
cp src/general/iostream.h src/iostream.h
git add src/iostream.h
git commit -m "HACK: add src/iostream.h symlink so IO package compiles"
git commit -m "HACK: cp src/iostream.h back so IO package compiles"

0 comments on commit 11c7c5d

Please sign in to comment.