mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
LLVM linux fixes
This commit is contained in:
parent
29f6313bb3
commit
b0a559e464
9 changed files with 36 additions and 184 deletions
|
@ -10,6 +10,6 @@
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ShowAllFiles>true</ShowAllFiles>
|
||||
<ShowAllFiles>false</ShowAllFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -121,7 +121,7 @@ file(GLOB SRC_FILES
|
|||
CachedDataStream.cpp
|
||||
Common.cpp
|
||||
DataStream.cpp
|
||||
FileStream.cpp
|
||||
FileStream.cpp
|
||||
MemStream.cpp
|
||||
ResLib.cpp
|
||||
Startup.cpp
|
||||
|
@ -329,7 +329,7 @@ if (DEFINED BF_ENABLE_SDL)
|
|||
endif()
|
||||
|
||||
# Add library to build.
|
||||
add_library(${PROJECT_NAME} SHARED
|
||||
add_library(${PROJECT_NAME} STATIC
|
||||
${SRC_FILES}
|
||||
${SRC_FILES_OS}
|
||||
)
|
||||
|
|
8
BeefySysLib/third_party/libffi/configure
vendored
8
BeefySysLib/third_party/libffi/configure
vendored
|
@ -2744,10 +2744,10 @@ $as_echo "continue configure in default builddir \"./$ax_enable_builddir\"" >&6;
|
|||
srcdir=`echo "$ax_enable_builddir" |
|
||||
sed -e 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g;s,[/]$,,;'`
|
||||
# going to restart from subdirectory location
|
||||
test -f $srcdir/config.log && mv $srcdir/config.log .
|
||||
test -f $srcdir/confdefs.h && mv $srcdir/confdefs.h .
|
||||
test -f $srcdir/conftest.log && mv $srcdir/conftest.log .
|
||||
test -f $srcdir/$cache_file && mv $srcdir/$cache_file .
|
||||
test -f $srcdir/config.log && cp $srcdir/config.log .
|
||||
test -f $srcdir/confdefs.h && cp $srcdir/confdefs.h .
|
||||
test -f $srcdir/conftest.log && cp $srcdir/conftest.log .
|
||||
test -f $srcdir/$cache_file && cp $srcdir/$cache_file .
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&5
|
||||
$as_echo "....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&6; }
|
||||
case "$0" in # restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue