You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the 'llvm-project' directory location by executing
182
+
183
+
```bash
184
+
cd ../
185
+
export LLVM_DIR=$PWD
186
+
cd ../
187
+
```
188
+
143
189
#### Environment variables
144
190
145
191
You will need to define the following environment variables for the build of CppInterOp and cppyy (as they clear for a new session, it is recommended that you also add these to your .bashrc in linux, .bash_profile if on MacOS). On Linux and MacOS you define as follows
0 commit comments