From 1095ccb9c80c0fd3652b21a1f31efd8b4fe057c0 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 18 Dec 2018 19:16:08 -0800 Subject: [PATCH] Experiment didn't work --- meta/4ed_build.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/4ed_build.cpp b/meta/4ed_build.cpp index 8987af9e..fcc05388 100644 --- a/meta/4ed_build.cpp +++ b/meta/4ed_build.cpp @@ -314,8 +314,8 @@ build(Partition *part, u32 flags, u32 arch, char *code_path, char **code_files, "-fno-threadsafe-statics -pthread " \ "-Wno-unused-result" -#define GCC_LIBS_COMMON \ -"-L/usr/local/lib -L/usr/bin -lX11 -lpthread -lm -lrt " \ +#define GCC_LIBS_COMMON \ +"-L/usr/local/lib -lX11 -lpthread -lm -lrt " \ "-lGL -ldl -lXfixes -lfreetype -lfontconfig" #define GCC_LIBS_X64 GCC_LIBS_COMMON