Skip to content

Commit

Permalink
Merge pull request #6 from JekSun97/revert-5-github_workflows
Browse files Browse the repository at this point in the history
Revert "Add GitHub workflows for generating binaries"
  • Loading branch information
JekSun97 authored Aug 25, 2024
2 parents 22e3f67 + 345b760 commit 63f99f5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 55 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/build-with-github.yml

This file was deleted.

4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ sources = Glob("src/*.cpp")

if env["platform"] == "macos":
library = env.SharedLibrary(
"demo/addons/tree3d/libtree3d.{}.{}.framework/libtree3d.{}.{}.{}".format(
env["platform"], env["target"], env["platform"], env["target"], env["arch"]
"demo/addons/tree3d/libtree3d.{}.{}.framework/libtree3d.{}.{}".format(
env["platform"], env["target"], env["platform"], env["target"]
),
source=sources,
)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 63f99f5

Please sign in to comment.