mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix: ensure Windows64Media is *really* there
This commit is contained in:
parent
2e3a6b90ee
commit
d875aec648
|
|
@ -136,6 +136,7 @@ elseif(UNIX)
|
||||||
COMMAND tar -xvf - -C "${CMAKE_CURRENT_BINARY_DIR}/"
|
COMMAND tar -xvf - -C "${CMAKE_CURRENT_BINARY_DIR}/"
|
||||||
)
|
)
|
||||||
message(STATUS "Patching Windows64Media...")
|
message(STATUS "Patching Windows64Media...")
|
||||||
|
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/Windows64Media/")
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND tar
|
COMMAND tar
|
||||||
"--exclude=*.h" "--exclude=*.xml" "--exclude=*.lang" "--exclude=*.bat"
|
"--exclude=*.h" "--exclude=*.xml" "--exclude=*.lang" "--exclude=*.bat"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue