Make compiling on rpi possible
This commit is contained in:
parent
b7047bee4e
commit
63217f6b16
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
export GO111MODULE=on
|
||||
|
||||
build:
|
||||
cd epson/faxmachine &&\
|
||||
go build -o ../library_bridge.so -buildmode=c-shared ../library_bridge.go
|
||||
|
|
Loading…
Reference in a new issue