Skip to content

Commit

Permalink
s1kd-aspp: Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kibook committed Apr 5, 2024
1 parent 81372d1 commit a8a0737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/s1kd-aspp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ warning_flags = -Wall -Werror -pedantic-errors
CFLAGS = $(warning_flags) -I $(common_dir) `pkg-config --cflags libxml-2.0 libxslt libexslt`

ifneq ($(MSYSTEM),)
CFLAGS += -isystem $(COMMON)/msys
CFLAGS += -isystem $(common_dir)/msys
endif

ifeq ($(DEBUG),1)
Expand Down

0 comments on commit a8a0737

Please sign in to comment.