blob: d7e661f185c544bbb279096227758491d6fc44fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wsServer/Makefile.orig 2025-09-12 01:18:14 UTC
+++ wsServer/Makefile
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-CC = g++
+CC ?= g++
AR = ar
ARFLAGS = r
CXXFLAGS += -Iinclude
|