Fix up Spec and Makefile #37

Merged
sarah merged 1 commits from search-branch into main 2023-08-02 20:15:50 +00:00
2 changed files with 4 additions and 5 deletions

View File

@ -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

1
spec
View File

@ -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