meson: fix darwin patch
Somehow I missed this in https://github.com/NixOS/nixpkgs/pull/67596
This commit is contained in:
@@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec {
|
||||
# pass it `-Wl,-O1` flag but optimizations are not recognized by
|
||||
# Mac linker.
|
||||
# https://github.com/mesonbuild/meson/issues/4784
|
||||
# Should be fixed in 0.52
|
||||
./fix-objc-linking.patch
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user