• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json.
2# Do not modify this file as changes will be overridden on upgrade.
3
4LOCAL_DIR := $(GET_LOCAL_DIR)
5MODULE := $(LOCAL_DIR)
6MODULE_CRATE_NAME := once_cell
7MODULE_SRCS := \
8	$(LOCAL_DIR)/src/lib.rs \
9
10MODULE_RUST_EDITION := 2021
11MODULE_RUSTFLAGS += \
12	--cfg 'feature="alloc"' \
13	--cfg 'feature="race"' \
14	--cfg 'feature="std"' \
15
16include make/library.mk
17