mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-23 19:43:27 +01:00
fix: Correct missing 'endif' in Main.make for MacOSX section
Replaced an incorrect 'end' statement with 'endif' in the MacOSX-specific section of the Main.make file. This resolves the make error caused by an unclosed conditional block.
This commit is contained in:
parent
688086011d
commit
779d755eac
@ -229,7 +229,7 @@ ifneq ("$(LOCAL_DEVELOPMENT_BUILD)","true")
|
||||
else
|
||||
# copy the unsigned package to the expected location
|
||||
cp "$(BASE_DIR)/Setup/MacOSX/VeraCrypt $(TC_VERSION).pkg" $(BASE_DIR)/Setup/MacOSX/VeraCrypt_$(TC_VERSION).pkg
|
||||
end
|
||||
endif
|
||||
rm -f $(APPNAME)_$(TC_VERSION).dmg
|
||||
endif
|
||||
rm -f "$(BASE_DIR)/Setup/MacOSX/template.dmg"
|
||||
|
Loading…
Reference in New Issue
Block a user