2.4.5
minecraft-pi-reborn/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2022-09-26 22:19:27 -04:00
parent 40a527bb23
commit 717b4a11a7
4 changed files with 9 additions and 2 deletions

View File

@ -1 +1 @@
2.4.4 2.4.5

View File

@ -9,12 +9,16 @@ include(ExternalProject)
ExternalProject_Add(qemu ExternalProject_Add(qemu
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src" SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src"
CONFIGURE_COMMAND CONFIGURE_COMMAND
"${CMAKE_COMMAND}" "-E" "env" "PKG_CONFIG_LIBDIR=$ENV{PKG_CONFIG_LIBDIR}" "${CMAKE_COMMAND}" "-E" "env"
"PKG_CONFIG_LIBDIR=$ENV{PKG_CONFIG_LIBDIR}"
"CFLAGS=-s"
"CXXFLAGS=-s"
"<SOURCE_DIR>/configure" "<SOURCE_DIR>/configure"
"--prefix=${CMAKE_INSTALL_PREFIX}" "--prefix=${CMAKE_INSTALL_PREFIX}"
"--cross-prefix=" "--cross-prefix="
"--cc=${CMAKE_C_COMPILER}" "--cc=${CMAKE_C_COMPILER}"
"--cxx=${CMAKE_CXX_COMPILER}" "--cxx=${CMAKE_CXX_COMPILER}"
"--disable-debug-info"
"--target-list=arm-linux-user" "--target-list=arm-linux-user"
"--without-default-features" "--without-default-features"
USES_TERMINAL_CONFIGURE TRUE USES_TERMINAL_CONFIGURE TRUE

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
**2.4.5**
* Bundle QEMU
**2.4.4** **2.4.4**
* Cache Previous Launcher Configuration * Cache Previous Launcher Configuration
* Add ``MCPI_API_PORT`` Environmental Variable * Add ``MCPI_API_PORT`` Environmental Variable

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 155 KiB