Skip to content

Commit

Permalink
Take 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Jun 24, 2021
1 parent 1904b47 commit 8f161fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: |
export MACOSX_DEPLOYMENT_TARGET=10.7
export MACOSX_DEPLOYMENT_TARGET=10.9
make
- name: Upload Release Asset
id: upload-release-asset
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ BENCHMARKS = \

CFLAGS += -I. -I./include $(PLATFORM_CCFLAGS) $(OPT)
CXXFLAGS += -DDLLX= -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT)
CXXFLAGS += -stdlib=libc++

LDFLAGS += $(PLATFORM_LDFLAGS)
LIBS += $(PLATFORM_LIBS) -lz
Expand Down

0 comments on commit 8f161fe

Please sign in to comment.