Skip to content

Commit

Permalink
Merged revision(s) 21521 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] build: Makefile: Emscripten: Remove redundant -c option.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@21537 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Aug 30, 2024
1 parent 879dd36 commit 7c575de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make/config-emscripten.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

ifeq ($(origin CC),default)
CC = emcc -c
CC = emcc
endif
ifeq ($(origin CXX),default)
CXX = em++ -c
CXX = em++
endif
ifeq ($(origin LD),default)
LD = em++
Expand Down

0 comments on commit 7c575de

Please sign in to comment.