0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-03 20:18:16 +00:00
Files
o0Ignition0o 6b6efeb089 Fix: fix osx cp warning.
On macos, cp's `--no-preserve` option does not exist. It is enabled by default, and can be disabled with the explicit `-p` (preserve) flag.
This lead libsql-ffi's build.rs to warn about an illegal option used:

```
  cp: illegal option -- -
  usage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpSsvXx] source_file target_file
         cp [-R [-H | -L | -P]] [-fi | -n] [-aclpSsvXx] source_file ... target_directory
```

This changeset makes sure the option is only passed in non `macos` target_os.
2025-06-13 09:42:23 +02:00
..
2025-05-14 13:04:16 +04:00
2024-07-31 22:47:53 +02:00
2025-06-13 09:42:23 +02:00