diff options
author | Anchor <none@none> | 2019-04-30 19:01:51 -0600 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:20 -0400 |
commit | 636989c13924f77615e8ffa58e5727780e8c5063 (patch) | |
tree | f29127ca4ea0c3ac6c6924f7682185679c8b5644 /build.sh | |
parent | 1ea42d88f77867228c69ed15c7a38a96b3a03911 (diff) |
[DRTVWR-476] - target windows 10
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ pre_build() "$autobuild" configure --quiet -c $variant -- \ -DPACKAGE:BOOL=ON \ -DHAVOK:BOOL="$HAVOK" \ + -DCMAKE_SYSTEM_VERSION:STRING="10.0" \ -DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \ -DVIEWER_SYMBOL_FILE:STRING="${VIEWER_SYMBOL_FILE:-}" \ -DBUGSPLAT_DB:STRING="${BUGSPLAT_DB:-}" \ |