Skip to content

Commit

Permalink
Update the README and package-build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pizlonator committed Jan 3, 2025
1 parent b817133 commit 1e99a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fil-C 0.667
# Fil-C 0.668

This is a spare-time personal project that I'm doing for fun. It's called
Fil-C.
Expand Down
5 changes: 3 additions & 2 deletions package-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2024 Epic Games, Inc. All Rights Reserved.
# Copyright (c) 2024-2025 Epic Games, Inc. All Rights Reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -28,7 +28,7 @@
set -e
set -x

build_name=filc-0.667-$OS-$ARCH
build_name=filc-0.668-$OS-$ARCH

rm -rf $build_name

Expand All @@ -37,6 +37,7 @@ cp README.md $build_name/

mkdir -p $build_name/build/bin
cp build/bin/clang-17 $build_name/build/bin/
strip $build_name/build/bin/clang-17
(cd $build_name/build/bin/ &&
ln -s clang-17 clang &&
ln -s clang-17 clang++)
Expand Down

0 comments on commit 1e99a0b

Please sign in to comment.