Skip to content

Commit

Permalink
macOS: Create universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon committed Sep 2, 2023
1 parent f24bb9b commit b78226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Configuring Qt build..."
-skip qtnetworkauth,qtpurchasing,qtremoteobjects,qtscript,qtscxml,qtsensors \
-skip qtserialbus,qtspeech,qttools,qttranslations,qtvirtualkeyboard,qtwayland \
-skip qtwebchannel,qtwebview,qtwinextras,qtx11extras,qtxmlpatterns,qtwebengine,qtimageformats \
-- -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR"
-- -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"

# Build Qt
echo "Building Qt..."
Expand Down

0 comments on commit b78226d

Please sign in to comment.