]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - easy-builder
freebsd: do not strip binaries when installing, that breaks them (truncated ELF file)
[xonotic/netradiant.git] / easy-builder
index fb7cabc83bbeec7fab0089b8bfd6d0412bc80d09..d2ff3da6e826d0bba53e7ba32514a895642ee3e5 100755 (executable)
@@ -14,6 +14,11 @@ install_dir="${project_source_dir}/install${SUBDIR:+/${SUBDIR}}"
 install_target='install/strip'
 build_type='Release'
 
+if [ "$(uname -s)" = 'FreeBSD' ]
+then
+       install_target='install'
+fi
+
 _job_count=4
 
 _nproc () {