From 651c49c3d9233dd69237a652942c479497c56a47 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Wed, 6 Mar 2024 20:29:15 +0300 Subject: [PATCH] pmt: initial 1.5.0 update --- mka/apply-config.mk | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/mka/apply-config.mk b/mka/apply-config.mk index 0628e7c..d37fb46 100644 --- a/mka/apply-config.mk +++ b/mka/apply-config.mk @@ -1,16 +1,6 @@ # By YZBruh -# _ _ -# | | | | -# _ __ | |__ | |_ -# | '_ \ | '_ \ | __| -# | |_) || |_) || |_ -# | .__/ |_.__/ \__| -# | | -# |_| -# - -# Copyright 2024 YZBruh - Partition Backupper +# Copyright 2024 YZBruh - Partition Manager # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,9 +18,11 @@ ifeq ($(USE_CUST_GCC), true) CC := $(CUST_GCC) LD := $(CUST_GCC) -else +else ifeq ($(USE_CUST_GCC), false) CC := gcc LD := gcc +else + $(error İnvalid custom gcc config flag: $(USE_CUST_GCC)) endif # gcc flag settings