mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:09:25 +08:00
opt: no export for patchelf
This commit is contained in:
2
alas.py
2
alas.py
@@ -623,7 +623,7 @@ class AzurLaneAutoScript:
|
||||
def loop(self):
|
||||
gl.gl_set("g_config", self.config)
|
||||
if self.is_azur:
|
||||
GGH=GGHandler(config=self.config, device=self.device)
|
||||
GGH = GGHandler(config=self.config, device=self.device)
|
||||
self.gg_check()
|
||||
logger.set_file_logger(self.config_name)
|
||||
logger.info(f'Start scheduler loop: {self.config_name}')
|
||||
|
||||
@@ -5,4 +5,5 @@ file(GLOB_RECURSE PATCHELF_SRCS
|
||||
${CMAKE_CURRENT_LIST_DIR}/*.cc
|
||||
)
|
||||
add_executable(${PATCHELF} ${PATCHELF_SRCS})
|
||||
target_link_libraries(${PATCHELF} PRIVATE cxxopts::cxxopts)
|
||||
target_link_libraries(${PATCHELF} PRIVATE cxxopts::cxxopts)
|
||||
target_link_options(${PATCHELF} PRIVATE -Wl,--version-script=${CMAKE_CURRENT_LIST_DIR}/patchelf.map)
|
||||
4
blcrack/patchelf/patchelf.map
Normal file
4
blcrack/patchelf/patchelf.map
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
local: *
|
||||
;
|
||||
};
|
||||
Reference in New Issue
Block a user