diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-07-18 16:07:45 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:18 -0400 |
commit | ba05fbef8501d4dc09c1d41051ca1e820d25bf1d (patch) | |
tree | 8edcbae1e2e39a8ad172982371e92a736054e619 /Makefile | |
parent | 1106467f972e6e5d6781412e999d7c44195bb2df (diff) |
[pkg] fix windows paths after testing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ prepare: generate relink_default cp branding/templates/makefile/Makefile build/${PROVIDER}/Makefile VERSION=${VERSION} PROVIDER_CONFIG=${PROVIDER_CONFIG} branding/scripts/generate-vendor-make.py build/${PROVIDER}/vendor.mk branding/scripts/check-ca-crt.py ${PROVIDER} ${PROVIDER_CONFIG} - -@make icon + # FIXME trouble in win - better get into repo + #-@make icon prepare_win: mkdir -p build/${PROVIDER}/windows/ |