mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
This PR changes the `pybind11` source code management from copy-paste to a package controlled by git-submodule. See the discussion in #694 for details.
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
[submodule "deps/dlfcn-win32"]
|
|
path = deps/dlfcn-win32
|
|
url = https://github.com/dlfcn-win32/dlfcn-win32.git
|
|
[submodule "third-party/pybind11"]
|
|
path = third-party/pybind11
|
|
url = https://github.com/pybind/pybind11.git
|