Fixing OSX build issue (#89)

This commit is contained in:
Ian Greenhoe
2024-06-15 21:51:11 -04:00
committed by GitHub
parent 59f188a6ad
commit 2afa64c14c

View File

@@ -154,9 +154,9 @@ vs2017: vs2017-debug32 vs2017-release32 vs2017-debug64 vs2017-release64 ## Build
.build/projects/gmake-osx-x64: .build/projects/gmake-osx-x64:
$(GENIE) --gcc=osx-x64 gmake $(GENIE) --gcc=osx-x64 gmake
osx-x64-debug: .build/projects/gmake-osx-x64 osx-x64-debug: .build/projects/gmake-osx-x64
make -C .build/projects/gmake-osx config=debug make -C .build/projects/gmake-osx-x64 config=debug
osx-x64-release: .build/projects/gmake-osx-x64 osx-x64-release: .build/projects/gmake-osx-x64
make -C .build/projects/gmake-osx config=release make -C .build/projects/gmake-osx-x64 config=release
osx-x64: osx-x64-debug osx-x64-release osx-x64: osx-x64-debug osx-x64-release
.build/projects/gmake-osx-arm64: .build/projects/gmake-osx-arm64: