Skip to content

Commit

Permalink
remove redundant path check
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneVanchugov authored and stechyo committed May 15, 2024
1 parent 8359aa0 commit ae94dd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ else:

sources = Glob("src/*.cpp")

steam_audio_lib_path = env.get("STEAM_AUDIO_LIB_PATH", "")
if steam_audio_lib_path == "":
steam_audio_lib_path = "src/lib/steamaudio/lib"
steam_audio_lib_path = env.get("STEAM_AUDIO_LIB_PATH", "src/lib/steamaudio/lib")

if env["platform"] == "linux":
env.Append(LIBPATH=[f'{steam_audio_lib_path}/linux-x64'])
Expand Down

0 comments on commit ae94dd5

Please sign in to comment.