Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
3ddelano committed Jun 5, 2024
1 parent ea5f93a commit cb04e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def extract_eos_android_libraries():


def on_complete(target, source, env):
print(f"build {build_target}")
if platform == "windows":
shutil.rmtree(plugin_bin_folder + "/windows/x64", ignore_errors=True)
shutil.copytree(eos_sdk_folder + "Bin/x64", plugin_bin_folder + "/windows/x64")
Expand Down

0 comments on commit cb04e6b

Please sign in to comment.