Skip to content

Commit de5c115

Browse files
louis-vsL3MON4D3
authored andcommitted
Add quotes to jsregexp make commands
1 parent 07f5d97 commit de5c115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ JSREGEXP005_PATH=deps/jsregexp005
4646
jsregexp:
4747
git submodule init
4848
git submodule update
49-
make "INCLUDE_DIR=-I$(shell pwd)/deps/lua51_include/" LDLIBS="${LUA_LDLIBS}" -C ${JSREGEXP_PATH}
50-
make "INCLUDE_DIR=-I$(shell pwd)/deps/lua51_include/" LDLIBS="${LUA_LDLIBS}" -C ${JSREGEXP005_PATH}
49+
make "INCLUDE_DIR=-I'$(shell pwd)/deps/lua51_include/'" LDLIBS="${LUA_LDLIBS}" -C "${JSREGEXP_PATH}"
50+
make "INCLUDE_DIR=-I'$(shell pwd)/deps/lua51_include/'" LDLIBS="${LUA_LDLIBS}" -C "${JSREGEXP005_PATH}"
5151

5252
install_jsregexp: jsregexp
5353
# remove old binary.

0 commit comments

Comments
 (0)