Skip to content

Commit

Permalink
Merge pull request #12 from bruvzg/win_7
Browse files Browse the repository at this point in the history
[Windows] Switch from Windows 8+ futex to std::mutex.
  • Loading branch information
akien-mga authored Jul 28, 2024
2 parents 81fb08a + 4c3ee87 commit 5b179da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ if env["platform"] == "macos":
env.Append(CCFLAGS=["-fno-objc-arc", "-fno-objc-msgsend-selector-stubs", "-Wno-unused-command-line-argument"])
if env["platform"] == "windows":
env.Append(CPPDEFINES=[("ANGLE_IS_WIN", 1)])
env.Append(CPPDEFINES=[("ANGLE_WINDOWS_NO_FUTEX", 1)])
env.Append(
CPPDEFINES=[
(
Expand Down

0 comments on commit 5b179da

Please sign in to comment.