2021-01-27 16:26:19 -05:00
|
|
|
#pragma once
|
2020-11-24 17:12:23 -05:00
|
|
|
|
2024-10-20 01:19:08 -04:00
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
2020-11-24 17:12:23 -05:00
|
|
|
|
2022-06-03 22:25:22 -04:00
|
|
|
#define MCPI_PATCHED_DIR "/tmp/.minecraft-pi-patched"
|
|
|
|
|
2024-10-20 01:19:08 -04:00
|
|
|
void patch_mcpi_elf_dependencies(const std::string &original_path, char *new_path, const std::string &interpreter, const std::vector<std::string> &rpath, const std::vector<std::string> &mods);
|