Skip to content

Commit

Permalink
[rmkit] add libfbink make rules
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed Mar 3, 2024
1 parent bbded96 commit c54e1b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ rmkit.h:
mkdir src/build > /dev/null || true
cd src/rmkit && make

ifdef FBINK
CPP_FLAGS+=-L./src/vendor/FBInk/Release -l:libfbink.a -D"RMKIT_FBINK=1"
libfbink:
git submodule init
git submodule update
cd src/vendor/FBInk/ && git submodule init && git submodule update
cd src/vendor/FBInk/ && BITMAP=1 make staticlib
cp src/vendor/FBInk/fbink.h src/vendor/
else
libfbink:
@true
endif


docker:
docker build --tag ${DOCKERBUILD} . -f docker/${DOCKERFILE}
bash scripts/build/docker_release.sh
Expand Down

0 comments on commit c54e1b8

Please sign in to comment.