Skip to content

Commit

Permalink
miscfunctions: fix cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Nov 18, 2024
1 parent 6744bb5 commit 505c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/MiscFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ void logSystemInfo() {
#if defined(__DragonFly__) || defined(__FreeBSD__)
const std::string GPUINFO = execAndGet("pciconf -lv | grep -F -A4 vga");
#elif defined(__arm__) || defined(__aarch64__)
const std::string GPUINFO;
std::string GPUINFO;
const std::filesystem::path dev_tree = "/proc/device-tree";
try {
if (std::filesystem::exists(dev_tree) && std::filesystem::is_directory(dev_tree)) {
Expand Down

0 comments on commit 505c1f8

Please sign in to comment.