Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.wrap apply patch not working on Windows 11 #44

Open
dvoprm opened this issue Jan 3, 2025 · 0 comments
Open

.wrap apply patch not working on Windows 11 #44

dvoprm opened this issue Jan 3, 2025 · 0 comments

Comments

@dvoprm
Copy link

dvoprm commented Jan 3, 2025

Windows11 + Clion + meson: run meson setup build
it's log said:

Dependency tracy found: YES 0.11.1 (overridden)
Run-time dependency zlib-ng found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency zlib-ng
Building fallback subproject with default_library=static
Cloning into 'zlib-ng'...
...
Resolving deltas: 100% (81/81), done.
Applying diff file "zlib-ng-compat.patch"
Applying diff file "zlib-ng-avx-512.patch"

========================================

But it doesn't modify the CMakeLists.txt.
I need run
git apply ..\packagefiles\zlib-ng-compat.patch
by myself to change the file content.

========================================

On ubuntu22.04, everything is fine.

So where is wrong on Windows11?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant