mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +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
|
else
|
||||||
# copy the unsigned package to the expected location
|
# 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
|
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
|
rm -f $(APPNAME)_$(TC_VERSION).dmg
|
||||||
endif
|
endif
|
||||||
rm -f "$(BASE_DIR)/Setup/MacOSX/template.dmg"
|
rm -f "$(BASE_DIR)/Setup/MacOSX/template.dmg"
|
||||||
|
Loading…
Reference in New Issue
Block a user