Fix up Spec and Makefile
continuous-integration/drone/pr Build is running Details
continuous-integration/drone/push Build is passing Details

search-branch
Sarah Jamie Lewis 4 months ago
parent 6fdcf5bac7
commit 6e0623170f

@ -16,16 +16,16 @@ ifneq (,$(shell which $(ARM_X_CC)))
LINUX_X_ARM = libCwtch.x.so
endif
linux: EXPERIMENTS ?= groupsExperiment serverExperiment
linux: EXPERIMENTS ?= "serverExperiment"
linux: libCwtch.so $(LINUX_X_ARM)
macos: EXPERIMENTS ?= groupsExperiment serverExperiment
macos: EXPERIMENTS ?= "serverExperiment"
macos: libCwtch.x64.dylib libCwtch.arm64.dylib
android: EXPERIMENTS ?= groupsExperiment
android: EXPERIMENTS ?= ""
android: cwtch.aar
windows: EXPERIMENTS ?= groupsExperiment serverExperiment
windows: EXPERIMENTS ?= "serverExperiment"
windows: libCwtch.dll

@ -37,7 +37,6 @@ profile StartGroup string:name string:server
## Server List Management...
import "cwtch.im/cwtch/functionality/servers"
!groupsExperiment global groupsExperimentServers *servers.Functionality servers
@profile-experiment GetServerInfoList servers
@profile-experiment GetServerInfo servers string:serverOnion

Loading…
Cancel
Save