Skip to content

Commit

Permalink
(ref) remove deprecation fails on win
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Dec 13, 2024
1 parent 31ea8aa commit 77c1cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libjaylink/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pushd !SRC_DIR! || exit /b 1
-Dc_args="-D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS"
if errorlevel 1 exit 1

meson compile -C build-!PKG_NAME! -Dc_args="-D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS"
meson compile -C build-!PKG_NAME!
if errorlevel 1 exit 1

meson install -C build-!PKG_NAME!
Expand Down

0 comments on commit 77c1cd8

Please sign in to comment.