Skip to content

Commit

Permalink
some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
x86y committed Dec 4, 2023
1 parent b29265e commit 229cc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0:libregex.so
./regex.k
libregex.so:regex.c
$(CC) -shared -fPIC $^ -L../.. -lk -L /opt/homebrew/lib -lonig -o $@
$(CC) -shared -fPIC $^ -I ../.. -L ../.. -I /opt/homebrew/include -L /opt/homebrew/lib -lk -lonig -o $@
2 changes: 1 addition & 1 deletion utils.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <stddef.h>
#include "../../k.h"
#include "/opt/homebrew/include/oniguruma.h"
#include <oniguruma.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 229cc42

Please sign in to comment.