Skip to content

Commit

Permalink
MacOSX: revert to using wxWidgets 3.1.2 following unexplained crash w…
Browse files Browse the repository at this point in the history
…hen using wxWidgets 3.1.3
  • Loading branch information
idrassi committed Dec 17, 2019
1 parent 27c2fc0 commit 31611ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Build/build_veracrypt_macosx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ SOURCEPATH=$(cd "$(dirname "$SCRIPTPATH/../.")"; pwd)
PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd)

# the sources of wxWidgets 3.1.2 must be extracted to the parent directory (for night mode)
export WX_ROOT=$PARENTDIR/wxWidgets-3.1.3
export WX_ROOT=$PARENTDIR/wxWidgets-3.1.2
echo "Using wxWidgets sources in $WX_ROOT"

# this will be the temporary wxWidgets directory
export WX_BUILD_DIR=$PARENTDIR/wxBuild-3.1.3
export WX_BUILD_DIR=$PARENTDIR/wxBuild-3.1.2

# define the SDK version to use and OSX minimum target. We target 10.9 by default
export VC_OSX_TARGET=10.9
Expand Down

0 comments on commit 31611ad

Please sign in to comment.