summaryrefslogtreecommitdiff
path: root/build_osx.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-15 19:21:35 +0100
commit9dae91f1993c563cf97a87b84836dc3b6306714a (patch)
treeb0b8ec366fc4d3c64615a1a47222d9f278870d57 /build_osx.sh
parenteeed387a65d9dbdafddffab8e6f8b507262ffaf5 (diff)
remove mem
Diffstat (limited to 'build_osx.sh')
-rw-r--r--build_osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_osx.sh b/build_osx.sh
index 382374d..adb503f 100644
--- a/build_osx.sh
+++ b/build_osx.sh
@@ -14,7 +14,7 @@ mkdir -p $OUT_DIR
# misc items are converted to header files, not embedded. (xxd -i LICENSE misc/osx/LICENSE.h)
-g++ -m64 -std=c++17 $FLAGS -DUNICODE -o $OUT_DIR/text-search imgui/imgui*.cpp imgui/backends/imgui_impl_glfw.cpp src/widgets/*.cpp src/*.cpp imfiledialog/*.cpp src/unix/*.cpp mem/mem.cpp -Iimgui -Imem -Iimgui/backends -Isrc -Isrc/unix -pthread -ldl -lglfw -lGL
+g++ -m64 -std=c++17 $FLAGS -DUNICODE -o $OUT_DIR/text-search imgui/imgui*.cpp imgui/backends/imgui_impl_glfw.cpp src/widgets/*.cpp src/*.cpp imfiledialog/*.cpp src/unix/*.cpp -Iimgui -Iimgui/backends -Isrc -Isrc/unix -pthread -ldl -lglfw -lGL
if [[ $* == *-release* ]]; then
cp $OUT_DIR/text-search misc/text-search.app/Contents/MacOS/text-search