Skip to content

Commit

Permalink
Hopefully OS X Clang build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SoDOOManiac committed Aug 8, 2024
1 parent fef5bf2 commit 9a574b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/osx/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS) app.icns wadfile.icns

$(CP) $(TOPLEVEL)/src/$(PROGRAM_PREFIX)doom "$(APP_BIN_DIR)"
$(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)doom"
$(CP) $(TOPLEVEL)/src/$(PROGRAM_PREFIX)setup "$(APP_BIN_DIR)"
$(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)setup"
$(CP) $(TOPLEVEL)/src/$(PROGRAM_PREFIX)doom-setup "$(APP_BIN_DIR)"
$(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)doom-setup"

-dylibbundler --bundle-deps --overwrite-files \
--install-path "@executable_path/" \
Expand Down

0 comments on commit 9a574b3

Please sign in to comment.