mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
pybind11: disable LKMC build
This commit is contained in:
4
userland/libs/pybind11/test
Executable file
4
userland/libs/pybind11/test
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eux
|
||||
g++ `python3-config --cflags` -shared -std=c++11 -fPIC class_test.cpp -o class_test`python3-config --extension-suffix` `python3-config --libs`
|
||||
./class_test_main.py
|
||||
Reference in New Issue
Block a user