You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On debian testing I get the following warning when I do ninja install:
Warning: trying to copy a symlink that points to a file. This will copy the file,
but this will be changed in a future version of Meson to copy the symlink as is. Please update your
build definitions so that it will not break when the change happens.
my meson version:
$ meson -v
0.60.3
The text was updated successfully, but these errors were encountered:
at least for now. When the new version of Meson is released symlinks can be copied as symlinks and not copies....
Oh wait for debian users this might take some decades 😪 😏
EDIT: sorry I did not notice you used debian testing. Then it will be fine for you when the new version is released.
On debian testing I get the following warning when I do
ninja install
:my meson version:
The text was updated successfully, but these errors were encountered: