Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
emilienlemaire committed Dec 20, 2024
1 parent e58a5ff commit 421b3b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.header
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ DUNE_BUILD_SRCDIR = \

# TARGET_PLAT is defined in Makefile
TARGET_ARCH ?= x64
TARGET_SPEC = $(TARGET_PLAT)-$(TARGET_ARCH)
ifeq ($(TARGET_PLAT),web)
TARGET_SPEC = $(TARGET_PLAT)
else
TARGET_SPEC = $(TARGET_PLAT)-$(TARGET_ARCH)
endif

TARGET_PROFILE ?= release
Expand Down

0 comments on commit 421b3b2

Please sign in to comment.