Skip to content

Commit

Permalink
fix: sed in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli committed Nov 22, 2023
1 parent 2da7d56 commit 0571853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/makefile/desktop.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ script = [
rm appflowy-static-libs-macos.tar.gz
fi
sed -i "s|APPFLOWY_PWD|${PWD}|g" $(echo "${static_lib_path}/*.pc")
sed -i.bak "s|APPFLOWY_PWD|${PWD}|g" "${static_lib_path}"/*.pc
build_cmd="ROCKSDB_STATIC=1 ZSTD_SYS_USE_PKG_CONFIG=1 OPENSSL_NO_VENDOR=1 ROCKSDB_LIB_DIR=${static_lib_path} PKG_CONFIG_PATH=${static_lib_path} OPENSSL_DIR=${static_lib_path}/openssl ${build_cmd}"
fi
Expand Down

0 comments on commit 0571853

Please sign in to comment.