Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update_elykseer_crypto'
Browse files Browse the repository at this point in the history
  • Loading branch information
CodiePP committed Nov 27, 2023
2 parents dd1ee6d + a70e6c7 commit ded688f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export CCACHE_DIR = $(CCACHE_BASEDIR)/_ccache/

ifeq ($(OS),Windows_NT)
export uname_s := Windows
export uname_m := $(MSYSTEM_CARCH)
export CMAKE_GENERATOR := MSYS Makefiles
export uname_m := $(MSYSTEM_CARCH)
export CMAKE_GENERATOR := MSYS Makefiles
else
export uname_s := $(shell uname -s)
export uname_m := $(shell uname -m)
Expand Down

0 comments on commit ded688f

Please sign in to comment.