2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

plugins/cuda: fix crosscompilation

Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Andrei Vagin 2024-07-02 00:39:53 -07:00
parent ca971b7f8b
commit b169e3b63d

View File

@ -10,7 +10,6 @@ PLUGIN_INCLUDE += -iquote../../
COMPEL := ../../compel/compel-host COMPEL := ../../compel/compel-host
CC := gcc
PLUGIN_CFLAGS := -g -Wall -Werror -shared -nostartfiles -fPIC PLUGIN_CFLAGS := -g -Wall -Werror -shared -nostartfiles -fPIC
__nmk_dir ?= ../../scripts/nmk/scripts/ __nmk_dir ?= ../../scripts/nmk/scripts/