Skip to content

Commit

Permalink
Update aksetup for windows boost build fix (reported by Hanif Hanif)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 16, 2013
1 parent 3e8379d commit 2e28cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksetup_helper.py
Expand Up @@ -547,7 +547,7 @@ def set_up_shipped_boost_if_requested(project_name, conf):
source_files += glob(
"bpl-subset/bpl_subset/libs/thread/src/win32/*.cpp")
source_files += glob(
"bpl-subset/bpl_subset/libs/thread/src/*.cpp")
"bpl-subset/bpl_subset/libs/thread/src/tss_null.cpp")
else:
source_files += glob(
"bpl-subset/bpl_subset/libs/thread/src/pthread/*.cpp")
Expand Down

0 comments on commit 2e28cc0

Please sign in to comment.