Skip to content

Commit

Permalink
Add gtest to macos libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored Jan 2, 2022
1 parent e608f24 commit 1cde06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vcpkg/bootstrap-vcpkg.sh

ARM_TRIPLET="--overlay-triplets=. --triplet=arm64-osx-openrct2"
X64_TRIPLET="--overlay-triplets=. --triplet=x64-osx-openrct2"
LIBRARIES="libpng freetype openssl icu duktape libzip[core] nlohmann-json sdl2 speexdsp discord-rpc"
LIBRARIES="libpng freetype openssl icu duktape libzip[core] nlohmann-json sdl2 speexdsp discord-rpc gtest"
vcpkg/vcpkg install ${=ARM_TRIPLET} ${=LIBRARIES}
vcpkg/vcpkg install ${=X64_TRIPLET} ${=LIBRARIES}

Expand Down

0 comments on commit 1cde06b

Please sign in to comment.