kopia lustrzana https://github.com/jameshball/osci-render
increase macos logging further
rodzic
e697a9b939
commit
61311874de
|
@ -5,9 +5,7 @@
|
|||
|
||||
cd "$DIR/modules/LuaJIT/src" || exit 1
|
||||
|
||||
echo "Building LuaJIT for $OSTYPE..."
|
||||
|
||||
if [[ "$OSTYPE" == *"darwin"* ]]; then
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
echo "Building LuaJIT universal binary (x86_64 + arm64)..."
|
||||
|
||||
make clean
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
cppLanguageStandard="20" projectLineFeed=" " headerPath="./include"
|
||||
version="2.5.1.1" companyName="James H Ball" companyWebsite="https://osci-render.com"
|
||||
companyEmail="james@ball.sh" defines="NOMINMAX=1 INTERNET_FLAG_NO_AUTO_REDIRECT=0 OSCI_PREMIUM=1 JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1 JUCE_MODAL_LOOPS_PERMITTED=1"
|
||||
pluginAUMainType="'aumf'" postExportShellCommandPosix="DIR=%%1%% %%1%%/luajit_linux_macos.sh ">
|
||||
pluginAUMainType="'aumf'" postExportShellCommandPosix="echo "Building LuaJIT for $OSTYPE..." && DIR=%%1%% %%1%%/luajit_linux_macos.sh ">
|
||||
<MAINGROUP id="j5Ge2T" name="osci-render">
|
||||
<GROUP id="{5ABCED88-0059-A7AF-9596-DBF91DDB0292}" name="Resources">
|
||||
<GROUP id="{8930EC48-30FD-646B-9DC5-0861171F8B2E}" name="fonts">
|
||||
|
|
Ładowanie…
Reference in New Issue