mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Only add musl bin to path if musl is installed (#9345)
* Only add musl bin to path if musl is installed Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add print_source_bashrc to crew_profile_base Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
172ae0b004
commit
0a5a9e7a1d
@@ -20,6 +20,7 @@ class Musl_libucontext < Package
|
||||
depends_on 'musl_native_toolchain' => :build
|
||||
|
||||
is_static
|
||||
print_source_bashrc
|
||||
|
||||
def self.patch
|
||||
load "#{CREW_LIB_PATH}/lib/musl.rb"
|
||||
|
||||
Reference in New Issue
Block a user