clang fixes.
This commit is contained in:
@@ -36,6 +36,7 @@ filter("configurations:Checked")
|
||||
})
|
||||
flags({"Symbols"})
|
||||
runtime("Debug")
|
||||
filter("configurations:Checked", "platforms:Windows")
|
||||
buildoptions({
|
||||
"/RTCsu", -- Full Run-Time Checks.
|
||||
})
|
||||
@@ -67,7 +68,7 @@ filter("platforms:Linux")
|
||||
system("linux")
|
||||
toolset("clang")
|
||||
buildoptions({
|
||||
"-std=c++11",
|
||||
"-std=c++14",
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "el/elemental_forms.h"
|
||||
#include "el/io/file_manager.h"
|
||||
#include "el/io/posix_file_system.h"
|
||||
#include "el/io/win32_res_file_system.h"
|
||||
#include "el/io/win32_res_file_system_win.h"
|
||||
#include "el/message_handler.h"
|
||||
#include "el/text/font_manager.h"
|
||||
#include "el/util/metrics.h"
|
||||
|
||||
2
third_party/elemental-forms
vendored
2
third_party/elemental-forms
vendored
Submodule third_party/elemental-forms updated: 1511edbc5a...c0725a31ca
@@ -503,7 +503,7 @@ class BaseBuildCommand(Command):
|
||||
'make',
|
||||
'-Cbuild/',
|
||||
'config=%s_linux' % (args['config']),
|
||||
] + pass_args, throw_on_error=False)
|
||||
] + pass_args + args['target'], throw_on_error=False)
|
||||
print('')
|
||||
if result != 0:
|
||||
print('ERROR: build failed with one or more errors.')
|
||||
|
||||
Reference in New Issue
Block a user