Skip to content

Commit

Permalink
Fix result of building native SDK with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
torarnv committed Apr 8, 2021
1 parent 54da0b2 commit 48bc0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/includes/getting-started-install/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ cmake --build build --config RelWithDebInfo --parallel
# install the resulting artifacts into a specific prefix
cmake --install build --prefix install
# which will result in the following (on macOS):
exa --tree install
exa --tree install --level 2
install
├── bin
│ └── crashpad_handler
├── include
│ └── sentry.h
└── lib
├── cmake
├── libsentry.dylib
└── libsentry.dylib.dSYM
```
Expand Down

0 comments on commit 48bc0c3

Please sign in to comment.