mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Follow up after https://github.com/pytorch/pytorch/pull/92569 Pull Request resolved: https://github.com/pytorch/pytorch/pull/93104 Approved by: https://github.com/huydhn, https://github.com/seemethere, https://github.com/ZainRizvi
7 lines
78 B
Bash
7 lines
78 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
mkdir -p /usr/local/include
|
|
cp jni.h /usr/local/include
|