Fix 32-bit arch warnings: replace enif_get_uint64 with enif_get_uint
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ C_SRC_DIR = $(CURDIR)
|
||||
C_SRC_OUTPUT ?= $(CURDIR)/../priv/$(PROJECT).so
|
||||
|
||||
# System type and C compiler/flags.
|
||||
|
||||
MACHINE_SYS := $(shell uname -m)
|
||||
UNAME_SYS := $(shell uname -s)
|
||||
ifeq ($(UNAME_SYS), Darwin)
|
||||
CC ?= cc
|
||||
|
||||
Reference in New Issue
Block a user