mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 72a427bc50daee8f1ded0e9221e53dbbf2a80f08 Mon Sep 17 00:00:00 2001
|
||||
From 952e2e2bb6a22ec8824223b03b65cb28361c6e34 Mon Sep 17 00:00:00 2001
|
||||
From: Adam Duskett <aduskett@gmail.com>
|
||||
Date: Wed, 14 Mar 2018 12:07:10 -0400
|
||||
Subject: [PATCH] Add rpath links to ccompiler
|
||||
@@ -12,10 +12,10 @@ Signed-off-by: Adam Duskett <aduskett@gmail.com>
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py
|
||||
index a8bd5b1..51bb9bc 100644
|
||||
index cb97e76f..d29b28c8 100644
|
||||
--- a/giscanner/ccompiler.py
|
||||
+++ b/giscanner/ccompiler.py
|
||||
@@ -229,6 +229,8 @@ class CCompiler(object):
|
||||
@@ -231,6 +231,8 @@ class CCompiler(object):
|
||||
|
||||
for envvar in runtime_path_envvar:
|
||||
if envvar in os.environ:
|
||||
@@ -25,5 +25,5 @@ index a8bd5b1..51bb9bc 100644
|
||||
os.pathsep.join(runtime_paths + [os.environ[envvar]])
|
||||
else:
|
||||
--
|
||||
2.14.3
|
||||
2.25.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user