Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-05-12 21:54:32 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:54:32 +0300
commitccabb3a9c929c7475cfb7afadcc1cb17ecdf8748 (patch)
tree34bce37a81b1d08f5450a81d2ba752223447d728 /.github
parenta057e754be27b1f06b07679a21c7422786e93fdc (diff)
Set proper C complier for Macos and set -fpic flag for GCC
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index ca462ab..f033b4f 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -35,7 +35,7 @@ jobs:
- {
name: "macOS Latest g++", artifact: "macOS.tar.xz",
os: macos-latest,
- cc: "g++", cxx: "g++"
+ cc: "gcc", cxx: "g++"
}
steps: