mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix symlink
This commit is contained in:
parent
581ac5005b
commit
e6bb0362e3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ build:
|
|||
cd include
|
||||
rmdir eigen3
|
||||
# but work for stuff that expects the namespace too
|
||||
ln -s eigen3 .
|
||||
ln -s . eigen3
|
||||
test:
|
||||
make test
|
||||
|
||||
|
|
Loading…
Reference in a new issue