Skip to content

Commit

Permalink
I doubt this changes anything
Browse files Browse the repository at this point in the history
  • Loading branch information
piepie62 committed Apr 22, 2020
1 parent 299b208 commit 20f4561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
cxx: g++-9
osstring: Linux
- os: macOS-latest
cc: clang
cxx: clang++
cc: gcc-9
cxx: g++-9
osstring: Darwin

steps:
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ LDFLAGS := -g -static -Wl,--gc-sections -lbz2
ifeq ($(OS),Windows_NT)
EXEC_NAME := gallerypack.exe
else
ifeq ($(OS),Darwin)
CXXFLAGS += -stdlib=libc++
endif
LDFLAGS += -lstdc++fs
endif

Expand Down

0 comments on commit 20f4561

Please sign in to comment.