Skip to content

Commit

Permalink
native-cmake.mk: Fix build whereas install wouldn't be probed (#6235)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 authored Sep 22, 2024
1 parent 246f414 commit ef647d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mk/spksrc.native-cmake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
include ../../mk/spksrc.common.mk
include ../../mk/spksrc.directories.mk

# cmake specific configurations
include ../../mk/spksrc.native-cmake-env.mk

# Force build in native tool directrory, not cross directory.
WORK_DIR := $(CURDIR)/work-native

Expand Down Expand Up @@ -53,11 +56,9 @@ endif

.NOTPARALLEL:

# native specific environment
include ../../mk/spksrc.native-env.mk

# cmake specific configurations
include ../../mk/spksrc.native-cmake-env.mk

include ../../mk/spksrc.download.mk

include ../../mk/spksrc.depend.mk
Expand Down

0 comments on commit ef647d7

Please sign in to comment.