commit 126ed72ff669709239846e1c92223e77c8b8f2c1
parent 3d001be0ad4cc33edd966b27db79e9da48a72d3c
Author: Yersa Nordman <yersa@finwo.nl>
Date: Tue, 24 Oct 2023 21:44:12 +0200
Remove unneeded comments from ci
Diffstat:
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -20,14 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- # - name: Install dependencies (windows)
- # run: |
- # mkdir external
- # mkdir external\\tools
- # mkdir external\\libs
- # curl -sSLo "external\\tools\\nuget.exe" https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- # external\\tools\\nuget install Vanara.PInvoke.Ws2_32 -Verbosity quiet -Version "3.4.17" -OutputDirectory "external\\libs" || exit /b 1
-
- shell: bash
run: |
echo "/c/msys64/mingw64/bin" >> $GITHUB_PATH
diff --git a/Makefile b/Makefile
@@ -14,7 +14,6 @@ INCLUDES+=-I src
ifeq ($(OS),Windows_NT)
# CFLAGS += -D WIN32
- # override CFLAGS+=-I external/libs/Vanara.PInvoke.Ws2_32.3.4.17/build/native/include
ifeq ($(PROCESSOR_ARCHITEW6432),AMD64)
# CFLAGS += -D AMD64
else
@@ -29,7 +28,6 @@ else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
# CFLAGS += -D LINUX
- # override CFLAGS+=$(shell pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0 glib-2.0)
endif
ifeq ($(UNAME_S),Darwin)
# CFLAGS += -D OSX