Skip to content

Commit

Permalink
[Windows] Switch from Windows 8+ futex to std::mutex.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Jul 27, 2024
1 parent 81fb08a commit 4c3ee87
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 4c3ee87

Please sign in to comment.