mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 11:35:42 -04:00
Initial community commit
This commit is contained in:
7
vcpkg-ports/openssl/unix/remove-deps.cmake
Normal file
7
vcpkg-ports/openssl/unix/remove-deps.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
file(GLOB_RECURSE MAKEFILES ${DIR}/*/Makefile)
|
||||
foreach(MAKEFILE ${MAKEFILES})
|
||||
message("removing deps from ${MAKEFILE}")
|
||||
file(READ "${MAKEFILE}" _contents)
|
||||
string(REGEX REPLACE "\n# DO NOT DELETE THIS LINE.*" "" _contents "${_contents}")
|
||||
file(WRITE "${MAKEFILE}" "${_contents}")
|
||||
endforeach()
|
Reference in New Issue
Block a user