Skip to content

Commit

Permalink
fixed assimp library name for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kasymovga committed Oct 25, 2023
1 parent 53860b9 commit 9095e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ ifeq ($(DPTARGET_MAC),y)
install -m 755 $(CURLFILES) Rexuiz/$(APPNAME)/Contents/MacOS/libcurl-fallback.dylib
install -m 755 $(FREETYPEFILES) Rexuiz/$(APPNAME)/Contents/MacOS/
ifeq ($(ASSIMP_ENABLE)
install -m 755 $(ASSIMPFILES) Rexuiz/$(APPNAME)/Contents/MacOS/
install -m 755 $(ASSIMPFILES) Rexuiz/$(APPNAME)/Contents/MacOS/libassimp-dprm.dylib
endif
ifneq ($(RCODESIGN),)
$(RCODESIGN) sign Rexuiz/$(APPNAME)/Contents/MacOS/rexuiz-dprm-sdl-bin
Expand Down

0 comments on commit 9095e81

Please sign in to comment.