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