Skip to content

Conversation

@Milerius
Copy link
Contributor

@Milerius Milerius commented Oct 26, 2020

see #1522

Step to test this pr:

  • OSX OS (Catalina is fine)
  • Download additional osx sdk: git clone https://github.com/phracker/MacOSX-SDKs $HOME/osx_sdk
  • Clone vcpkg
  • Test first from master:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release \
            -DCMAKE_OSX_SYSROOT=$HOME/osx_sdk/MacOSX10.13.sdk \
            -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \
             -DCMAKE_INSTALL_PREFIX=test_install ../
make cpprest -j8 install
cd test_install && grep -Hrn "SDK" .
  • merge this pr and repeat the test above ^

@Milerius
Copy link
Contributor Author

Milerius commented Oct 26, 2020

It's fixed !

Before:

Capture d’écran 2020-10-26 à 13 49 43

After:

Capture d’écran 2020-10-26 à 13 48 53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants