Skip to content

Commit edc5c1d

Browse files
author
AntoniaSzecsi
committed
Resolve the native module building
1 parent 8a38e94 commit edc5c1d

File tree

5 files changed

+96
-626
lines changed

5 files changed

+96
-626
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ clean:
2020
python scripts/dev.py clean
2121

2222
.PHONY: build
23-
build:
23+
build: clean
24+
ifeq ($(shell uname),Linux)
25+
BUILD=true python scripts/dev.py build
26+
else
2427
python scripts/dev.py build
28+
endif
29+
2530

2631
.PHONY: setup-codebuild-agent
2732
setup-codebuild-agent:

0 commit comments

Comments
 (0)